mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
Be less location-dependent
This commit is contained in:
parent
fd3e02add8
commit
b4eebd86c1
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
echo "let pkgs = import /etc/nixos/nixpkgs$2 {}; x = pkgs.callPackage $1 { $3 }; in ${4:-x}" |
|
echo "let pkgs = import <nixpkgs$2> {}; x = pkgs.callPackage $1 { $3 }; in ${4:-x}" |
|
||||||
nix-instantiate --show-trace - |
|
nix-instantiate --show-trace - |
|
||||||
xargs nix-store -r -K
|
xargs nix-store -r -K
|
||||||
|
Loading…
Reference in New Issue
Block a user