initial setup
This commit is contained in:
7
root/base/nixsettings/default.nix
Normal file
7
root/base/nixsettings/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
# Misc. nix settings.
|
||||
{ lib, ... }:
|
||||
{
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
Reference in New Issue
Block a user