Skip to content

Instantly share code, notes, and snippets.

@ryantm
Last active January 7, 2020 04:53
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 ryantm/4085d94e451d6a5b8b0ce66b165ed644 to your computer and use it in GitHub Desktop.
Save ryantm/4085d94e451d6a5b8b0ce66b165ed644 to your computer and use it in GitHub Desktop.
{config, pkgs, ...}:
let
nixos-hardware = pkgs.fetchFromGitHub {
owner = "nixos";
repo = "nixos-hardware";
rev = "abcd...";
sha256 = "abcd...";
};
in
{
imports = [
nixos-hardware
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment