kops.nix: use relative path to stockholm
This commit is contained in:
parent
63be810816
commit
e68aaca801
@ -16,7 +16,7 @@
|
||||
ref = "4b4bbce199d3b3a8001ee93495604289b01aaad3";
|
||||
url = https://github.com/NixOS/nixpkgs;
|
||||
};
|
||||
stockholm.file = toString ~/stockholm;
|
||||
stockholm.file = toString ../.;
|
||||
stockholm-version.pipe = toString (pkgs.writeDash "${name}-version" ''
|
||||
set -efu
|
||||
cd $HOME/stockholm
|
||||
|
Loading…
Reference in New Issue
Block a user