Initial commit
This commit is contained in:
4
modules/common/nix/default.nix
Normal file
4
modules/common/nix/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{inputs, ...}: {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
}
|
||||
Reference in New Issue
Block a user