diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-10-11 21:08:05 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-10-11 21:08:05 +0200 |
commit | cb0880e23e22f285a7f8525abf4b168e7ed28568 (patch) | |
tree | 393c9306bd08c52409c34a640f6d3f2b195b86a6 /nixbuild | |
parent | dba643ec19f304ddc1b2967a5aeb767b3867293a (diff) |
trying out nixos
Diffstat (limited to 'nixbuild')
-rwxr-xr-x | nixbuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixbuild b/nixbuild new file mode 100755 index 0000000..0012392 --- /dev/null +++ b/nixbuild @@ -0,0 +1,5 @@ +#!/usr/bin/env nix-shell +#!nix-shell -p xorg.libX11.dev xorg.libXft xorg.libXinerama git bash pkg-config +#!nix-shell -i bash +./build + |