Skip to content

Commit

Permalink
fixup nix-darwin ref
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jan 14, 2025
1 parent 1cacc6d commit 5365c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
determinate.url = "path:../";
nixpkgs.follows = "determinate/nix/nixpkgs";
nix-darwin = {
url = "github:LnL7/nix-darwin";
url = "github:LnL7/nix-darwin/nix-darwin-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
Expand All @@ -23,7 +23,7 @@
fsType = "ext4";
};
boot.loader.grub.devices = [ "/dev/bogus" ];
system.stateVersion = "24.05";
system.stateVersion = "24.11";
}
];
}).config.system.build.toplevel;
Expand Down

0 comments on commit 5365c4c

Please sign in to comment.