Skip to content

Commit

Permalink
chore: bump nix to 2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Jun 13, 2024
1 parent f4c5e1a commit 04d10a4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
37 changes: 20 additions & 17 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
inputs = {
nixpkgs.follows = "nixpkgs-23-11";
nixpkgs-23-11 = {url = "github:nixos/nixpkgs/nixos-23.11";};
nixpkgsNix = {url = "github:nixos/nixpkgs/nixos-unstable";};
nixpkgs-24-05 = {url = "github:nixos/nixpkgs/nixos-24.05";};
nixpkgsNix.follows = "nixpkgs-24-05";
nixpkgsGithubActionRunners = {url = "github:nixos/nixpkgs/nixos-unstable";};
nixpkgsUnstable = {url = "github:nixos/nixpkgs/nixos-unstable";};
nixpkgsMaster = {url = "github:nixos/nixpkgs/master";};
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ]
;

nix.package = lib.mkDefault inputs.nixpkgsNix.legacyPackages.${pkgs.stdenv.system}.nixVersions.nix_2_20;
nix.package = lib.mkDefault inputs.nixpkgsNix.legacyPackages.${pkgs.stdenv.system}.nixVersions.nix_2_21;

nix.settings.extra-platforms =
lib.mkIf pkgs.stdenv.isDarwin ["x86_64-darwin" "aarch64-darwin"];
Expand Down

0 comments on commit 04d10a4

Please sign in to comment.