Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created September 10, 2017 21:33
Show Gist options
  • Save infinisil/e9070d35d46175510ea6ca39b551bd42 to your computer and use it in GitHub Desktop.
Save infinisil/e9070d35d46175510ea6ca39b551bd42 to your computer and use it in GitHub Desktop.
let
nixpkgsRev = "6b879ef36ea55958e2b6f621881d2ef05148cb46";
nixpkgs = builtins.fetchTarball "github.com/NixOS/nixpkgs/archive/${nixpkgsRev}.tar.gz";
in
with import nixpkgs {};
mkDerivation {
name = "test";
src = ./.;
shellHook = "echo hi";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment