Skip to content

Instantly share code, notes, and snippets.

Created December 29, 2017 07:36
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 anonymous/101b67f640ccf7c36a0f5bd8adac7ba9 to your computer and use it in GitHub Desktop.
Save anonymous/101b67f640ccf7c36a0f5bd8adac7ba9 to your computer and use it in GitHub Desktop.
<shell.nix>
with import <nixpkgs> {};
stdenv.mkDerivation {
buildInputs = [keyutils];
}
$ nix-shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment