Skip to content

Commit

Permalink
Merge pull request #41 from deemp/master
Browse files Browse the repository at this point in the history
chore: update nix versions
  • Loading branch information
rickynils committed Mar 15, 2024
2 parents 86e31b8 + 0e337be commit 896e438
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- macos-12
- macos-11
nix_version:
- 2.19.3
- 2.18.1
- 2.17.1
- 2.16.2
- 2.15.3
- 2.14.1
Expand All @@ -61,7 +64,7 @@ jobs:
- 2.6.1
- 2.5.1
- 2.4
- 2.3.16
- 2.3.17
- 2.2.2
- 2.1.3
- 2.0.4
Expand Down Expand Up @@ -109,6 +112,9 @@ jobs:
- macos-12
- macos-11
nix_version:
- 2.19.3
- 2.18.1
- 2.17.1
- 2.16.2
- 2.15.3
- 2.14.1
Expand All @@ -122,7 +128,7 @@ jobs:
- 2.6.1
- 2.5.1
- 2.4
- 2.3.16
- 2.3.17
- 2.2.2
include:
- nix_version: 2.12.1
Expand Down Expand Up @@ -183,6 +189,9 @@ jobs:
- macos-12
- macos-11
nix_version:
- 2.19.3
- 2.18.1
- 2.17.1
- 2.16.2
- 2.15.3
- 2.14.1
Expand All @@ -196,7 +205,7 @@ jobs:
- 2.6.1
- 2.5.1
- 2.4
- 2.3.16
- 2.3.17
- 2.2.2
- 2.1.3
- 2.0.4
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

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

7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs-unstable.url = "nixpkgs/f22fdce31b752f2fe308cbf784bb211b4d650a9a";
nixpkgs-unstable.url = "nixpkgs/f592a7ea771bc3c417f7e3026af615d0c6be84ce";
nixpkgs-nix-2_9_2.url = "nixpkgs/593d839e8fadea1183e071186ae1b584792d4884";
nixpkgs-nix-2_5_1.url = "nixpkgs/89f196fe781c53cb50fef61d3063fa5e8d61b6e5";
nixpkgs-nix-2_4.url = "nixpkgs/e912008eef096f52f28cf87492830c54ef334eb4";
Expand Down Expand Up @@ -67,7 +67,10 @@
nixVersions = system: lib.listToAttrs (map (nix: lib.nameValuePair
nix.version nix
) (
[ nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_16
[ nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_19
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_18
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_17
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_16
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_15
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_14
nixpkgs-unstable.legacyPackages.${system}.nixVersions.nix_2_13
Expand Down

0 comments on commit 896e438

Please sign in to comment.