nix: init
This commit is contained in:
parent
d7485b487b
commit
e453dfeba7
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./nix.nix
|
||||
./pubkeys.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
5
modules/nix.nix
Normal file
5
modules/nix.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
nix.package = pkgs.nixUnstable;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue