Skip to content

Commit fe0c0c3

Browse files
authored
Merge pull request #55 from DeterminateSystems/revert-54-nix-2.25.4
Revert "Nix 2.25.4"
2 parents 8861969 + 5365c4c commit fe0c0c3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

flake.lock

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

tests/flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
determinate.url = "path:../";
44
nixpkgs.follows = "determinate/nix/nixpkgs";
55
nix-darwin = {
6-
url = "github:LnL7/nix-darwin";
6+
url = "github:LnL7/nix-darwin/nix-darwin-24.11";
77
inputs.nixpkgs.follows = "nixpkgs";
88
};
99
home-manager = {
@@ -23,7 +23,7 @@
2323
fsType = "ext4";
2424
};
2525
boot.loader.grub.devices = [ "/dev/bogus" ];
26-
system.stateVersion = "24.05";
26+
system.stateVersion = "24.11";
2727
}
2828
];
2929
}).config.system.build.toplevel;

0 commit comments

Comments
 (0)