Skip to content

Instantly share code, notes, and snippets.

@derrickturk
Last active February 20, 2022 19:50
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 derrickturk/badc99881eb3625894ca2d33aad4ca36 to your computer and use it in GitHub Desktop.
Save derrickturk/badc99881eb3625894ca2d33aad4ca36 to your computer and use it in GitHub Desktop.
a really minimal Nix derivation
with import <nixpkgs> {}; derivation { name = "fake"; builder = "${coreutils}/bin/touch"; args=[(placeholder "out")]; system = builtins.currentSystem; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment