mirror of
https://github.com/divnix/digga.git
synced 2025-01-09 01:26:43 +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:
parent
a100fee8f0
commit
cc6836d3e3
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user