Skip to content

Commit

Permalink
Add Nix 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Nov 21, 2021
1 parent ecad5f0 commit fcabb94
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- 2.3.7
- 2.2.2
- 2.1.3
- 2.0.4
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
17 changes: 17 additions & 0 deletions flake.lock

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

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
nixpkgs-nix-2_2_2.flake = false;
nixpkgs-nix-2_1_3.url = "nixpkgs/2c9265c95075170ad210ed5635ecffcd36db6b84";
nixpkgs-nix-2_1_3.flake = false;
nixpkgs-nix-2_0_4.url = "nixpkgs/47b85dc5ab8243a653c20d4851a3e6c966877251";
nixpkgs-nix-2_0_4.flake = false;
};

outputs = {
Expand All @@ -31,7 +33,8 @@
nixpkgs-nix-2_3_10,
nixpkgs-nix-2_3_7,
nixpkgs-nix-2_2_2,
nixpkgs-nix-2_1_3
nixpkgs-nix-2_1_3,
nixpkgs-nix-2_0_4
}:
let allSystems = ["x86_64-linux" "x86_64-darwin"];
in flake-utils.lib.eachSystem allSystems (system:
Expand Down Expand Up @@ -80,6 +83,7 @@
nixpkgs-nix-2_3_7.legacyPackages.${system}.nix
(import nixpkgs-nix-2_2_2 { inherit system; }).nix
(import nixpkgs-nix-2_1_3 { inherit system; }).nix
(import nixpkgs-nix-2_0_4 { inherit system; }).nix
]);

nixPackages = lib.mapAttrs'
Expand Down

0 comments on commit fcabb94

Please sign in to comment.