Skip to content

Commit

Permalink
Merge pull request #413 from linj-fork/pr/bump-stable
Browse files Browse the repository at this point in the history
flake: bump nixpkgs-stable to 24.05
  • Loading branch information
adisbladis committed Jul 7, 2024
2 parents b2eb232 + 1d93031 commit 2503d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
};

outputs =
Expand Down Expand Up @@ -83,7 +83,7 @@

in
{
"23.05" = mkHydraJobs (importPkgs nixpkgs-stable { inherit system; });
"stable" = mkHydraJobs (importPkgs nixpkgs-stable { inherit system; });
"unstable" = mkHydraJobs (importPkgs nixpkgs { inherit system; });
};
}) // flake-utils.lib.eachDefaultSystem (system: (
Expand Down

0 comments on commit 2503d8e

Please sign in to comment.