updated sources + patches + more patches
This commit is contained in:
parent
ce4d807d53
commit
7313bb8344
8 changed files with 60 additions and 38 deletions
|
@ -5,6 +5,7 @@ set -ex
|
|||
USERNAME="root"
|
||||
IP="gerd.fricloud.dk"
|
||||
NIXPKGS=$(nix build --impure --json --expr '(import ./shared/sources).nixpkgs' | jq -r '.[].outputs.out')
|
||||
NIXPKGS=$(nix eval --impure --json --expr '(import ./shared/sources/default.nix).nixpkgs.outPath' | jq -r)
|
||||
|
||||
export NIX_PATH="nixpkgs=$NIXPKGS"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue