nixStable: make an alias of nix

This commit is contained in:
Bernardo Meurer 2022-01-24 23:29:44 -08:00
parent 65f90920df
commit 5210313299
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246
4 changed files with 4 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ fetchFromGitHub, nixStable, callPackage, nixUnstable, nixosTests }: { fetchFromGitHub, nix, callPackage, nixUnstable, nixosTests }:
{ {
hydra-unstable = callPackage ./common.nix { hydra-unstable = callPackage ./common.nix {

View file

@ -44,9 +44,7 @@ let
inherit storeDir stateDir confDir; inherit storeDir stateDir confDir;
}; };
in rec { in rec {
nix = nixStable; nix = nix_2_5;
nixStable = nix_2_5;
nix_2_3 = buildNix rec { nix_2_3 = buildNix rec {
version = "2.3.16"; version = "2.3.16";

View file

@ -663,7 +663,8 @@ mapAliases ({
nilfs_utils = nilfs-utils; # added 2018-04-25 nilfs_utils = nilfs-utils; # added 2018-04-25
nix-direnv-flakes = nix-direnv; nix-direnv-flakes = nix-direnv;
nix-review = nixpkgs-review; # added 2019-12-22 nix-review = nixpkgs-review; # added 2019-12-22
nixFlakes = nixStable; # added 2021-05-21 nixFlakes = nix; # added 2021-05-21
nixStable = nix; # added-2022-01-24
nmap_graphical = nmap-graphical; # added 2017-01-19 nmap_graphical = nmap-graphical; # added 2017-01-19
nmap-unfree = nmap; # added 2021-04-06 nmap-unfree = nmap; # added 2021-04-06
nologin = shadow; # added 2018-04-25 nologin = shadow; # added 2018-04-25

View file

@ -33134,7 +33134,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security; inherit (darwin.apple_sdk.frameworks) Security;
}) })
nix nix
nixStable
nix_2_3 nix_2_3
nix_2_4 nix_2_4
nix_2_5 nix_2_5