1
1
mirror of https://github.com/divnix/digga.git synced 2024-10-04 02:27:45 +03:00

revert: 21.11 does still call nix2.4 unstable

- For "political" reasons: https://github.com/NixOS/nixpkgs/pull/147511
This commit is contained in:
David Arnold 2021-11-29 17:27:54 -05:00 committed by Parthiv Seetharaman
parent a100fee8f0
commit cc6836d3e3

View File

@ -80,9 +80,9 @@ let
digga_fixture
test -f flake.lock && lockfile_present=$? || true
${pkgs.nixStable}/bin/nix flake lock --update-input digga "$@"; lockfile_updated=$?;
${pkgs.nixStable}/bin/nix flake show "$@"
${pkgs.nixStable}/bin/nix flake check "$@"
${pkgs.nixUnstable}/bin/nix flake lock --update-input digga "$@"; lockfile_updated=$?;
${pkgs.nixUnstable}/bin/nix flake show "$@"
${pkgs.nixUnstable}/bin/nix flake check "$@"
cleanup
'';
@ -94,7 +94,7 @@ devshell.mkShell {
packages = with pkgs; [
fd
nixpkgs-fmt
nixStable
nixUnstable
];
env = [