enable nix command & flakes... scarry
This commit is contained in:
parent
666b668f00
commit
6f23f32a31
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [
|
||||||
|
"nix-command"
|
||||||
|
"flakes"
|
||||||
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue