diff options
author | Emile <git@emile.space> | 2024-06-09 12:37:20 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 12:37:20 +0200 |
commit | 632f530737f29bc65e96208c73d60af8aba7f264 (patch) | |
tree | 3be3af15eeb123f9bc38b10f7cc411d8813d9ad5 /nix/hosts/pi1/build.sh | |
parent | a48019448bbefde704a2e1dfbaf5161735b16c27 (diff) |
removed the old pi build stuff
Diffstat (limited to 'nix/hosts/pi1/build.sh')
-rw-r--r-- | nix/hosts/pi1/build.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nix/hosts/pi1/build.sh b/nix/hosts/pi1/build.sh deleted file mode 100644 index bb4fd1d..0000000 --- a/nix/hosts/pi1/build.sh +++ /dev/null @@ -1,14 +0,0 @@ -# # export NIX_PATH=nixpkgs=/home/jane/local_nixpkgs_checkout -# nix-build --cores 0 '<nixpkgs/nixos>' \ -# -I nixos-config=configuration.nix \ -# -A config.system.build.sdImage \ -# -o result-cross \ -# --keep-going - -nix-build \ - --cores 0 \ - '<nixpkgs/nixos>' \ - -I nixos-config=configuration.nix \ - -A config.system.build.sdImage \ - -o result-cross \ - --show-trace |