enable flakes
This commit is contained in:
parent
7a934d7f76
commit
d64002ed00
@ -38,11 +38,8 @@
|
|||||||
tree
|
tree
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
#boot.initrd = {
|
nixpkgs.config.allowUnfree = true;
|
||||||
# extraFiles = {
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
# "install".source = installFiles;
|
|
||||||
# };
|
|
||||||
#};
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
pkgs.vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
pkgs.wget
|
pkgs.wget
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user