Skip to content

Commit

Permalink
flake: Upgrade nixpkgs 22.11 -> 23.05
Browse files Browse the repository at this point in the history
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5b7cd5c39befee629be284970415b6eb3b0ff000' (2023-03-28)
  → 'github:NixOS/nixpkgs/bb8b5735d6f7e06b9ddd27de115b0600c1ffbdb4' (2023-06-11)
  • Loading branch information
minijackson committed Sep 15, 2023
1 parent 4df59ba commit 6ac8d74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "A Nix flake containing EPICS-related modules and packages";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
inputs.bash-lib = {
url = "github:minijackson/bash-lib";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -21,7 +21,7 @@
inherit system;
overlays = [overlay inputs.bash-lib.overlay];
};
in rec {
in {
packages = flake-utils.lib.flattenTree (pkgs.recurseIntoAttrs pkgs.epnix);

checks =
Expand Down

0 comments on commit 6ac8d74

Please sign in to comment.