Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created March 28, 2018 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinisil/f6192180a453a1d8572b4efbc278352b to your computer and use it in GitHub Desktop.
Save infinisil/f6192180a453a1d8572b4efbc278352b to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
runCommand "hello" {} ''
mkdir $out
echo hi > $out/test
chmod 400 $out/test
''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment