Skip to content

Commit

Permalink
Remove the unstable Nix versions since they've been superseded by Nix…
Browse files Browse the repository at this point in the history
… 2.4
  • Loading branch information
rickynils committed Nov 22, 2021
1 parent c490b20 commit a119d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
34 changes: 1 addition & 33 deletions flake.lock

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

9 changes: 1 addition & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "nixpkgs/nixos-unstable-small";
nixpkgs-nix-unstable-20210601.url = "nixpkgs/88782d1606213f89eae97921beda5a64b763bde6";
nixpkgs-nix-unstable-20201205.url = "nixpkgs/8377eef0274f7945be3b195ebb99398309a55826";
nixpkgs-nix-2_4.url = "nixpkgs/e912008eef096f52f28cf87492830c54ef334eb4";
nixpkgs-nix-2_3_15.url = "nixpkgs/9bd0be76b2219e8984566340e26a0f85caeb89cd";
nixpkgs-nix-2_3_14.url = "nixpkgs/314f595ab1cd09a27ad66dd1283344fa5745e473";
Expand All @@ -24,8 +22,6 @@
self,
flake-utils,
nixpkgs,
nixpkgs-nix-unstable-20210601,
nixpkgs-nix-unstable-20201205,
nixpkgs-nix-2_4,
nixpkgs-nix-2_3_15,
nixpkgs-nix-2_3_14,
Expand Down Expand Up @@ -72,10 +68,7 @@
nixVersions = system: lib.listToAttrs (map (nix: lib.nameValuePair
nix.version nix
) (
[ pkgs.nixUnstable
nixpkgs-nix-unstable-20210601.legacyPackages.${system}.nixUnstable
nixpkgs-nix-unstable-20201205.legacyPackages.${system}.nixUnstable
nixpkgs-nix-2_4.legacyPackages.${system}.nix
[ nixpkgs-nix-2_4.legacyPackages.${system}.nix
nixpkgs-nix-2_3_15.legacyPackages.${system}.nix
nixpkgs-nix-2_3_14.legacyPackages.${system}.nix
nixpkgs-nix-2_3_12.legacyPackages.${system}.nix
Expand Down

0 comments on commit a119d84

Please sign in to comment.