Skip to content

Commit 8b52cc9

Browse files
authored
Merge pull request #373 from cloudfoundry/update-nixos-24-05
Update to nixos-24.05
2 parents 4fcbebc + ebe6ba7 commit 8b52cc9

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
@@ -4,7 +4,7 @@
44
inputs = {
55
# Choose your nix-branch from <https://github.com/NixOS/nixpkgs/branches>,
66
# preferably stable ones!
7-
nixpkgs-repo.url = github:NixOS/nixpkgs/nixos-23.11; # alternatively: nixos-unstable
7+
nixpkgs-repo.url = github:NixOS/nixpkgs/nixos-24.05; # alternatively: nixos-unstable
88
};
99

1010
outputs = { self, nixpkgs-repo }:

0 commit comments

Comments
 (0)