nix: init

This commit is contained in:
Simon Bruder 2021-07-18 13:24:34 +02:00 committed by jalr
parent d7485b487b
commit e453dfeba7
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
imports = [
./nix.nix
./pubkeys.nix
];
}

5
modules/nix.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
nix.package = pkgs.nixUnstable;
}