mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
10 lines
207 B
Bash
10 lines
207 B
Bash
![]() |
source common.sh
|
||
|
|
||
|
clearStore
|
||
|
|
||
|
hash=$(nix-hash --flat --type sha256 ./fetchurl.nix)
|
||
|
|
||
|
outPath=$(nix-build ./fetchurl.nix --argstr filename $(pwd)/fetchurl.nix --argstr sha256 $hash)
|
||
|
|
||
|
cmp $outPath fetchurl.nix
|