fixing placement of nix.package option
This commit is contained in:
parent
f1e8518dbd
commit
e9548d8856
5 changed files with 14 additions and 2 deletions
9
modules/servers.nix
Normal file
9
modules/servers.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
|
||||
with lib;
|
||||
{
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue