Skip to content

Instantly share code, notes, and snippets.

@cocreature
Created June 28, 2018 07:21
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 cocreature/be02d17401cfe0a3c4fdfc7a5504bf78 to your computer and use it in GitHub Desktop.
Save cocreature/be02d17401cfe0a3c4fdfc7a5504bf78 to your computer and use it in GitHub Desktop.
let
nixpkgs = builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs-channels/archive/e037231f76559963fefa4d36b6cb34f0af6bca30.tar.gz";
sha256 = "1sp2i0g6pf76p2s0ycyxmxik3pryaw2vzfddpqads2b58zqkjb45";
};
nixos = import "${nixpkgs}/nixos" {
configuration = import ./configuration.nix;
};
in
nixos.system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment