Skip to content

Commit 143465f

Browse files
committed
flake: bump nixpkgs release to 24.05
1 parent bd161c2 commit 143465f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
url = "github:hercules-ci/gitignore.nix";
66
inputs.nixpkgs.follows = "nixpkgs";
77
};
8-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
8+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
99

1010
outputs = { self, flake-utils, gitignore, haskellNix, nixpkgs }:
1111
flake-utils.lib.eachSystem ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"] (system:

0 commit comments

Comments
 (0)