mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
testig HM as module - try 2
This commit is contained in:
@@ -34,21 +34,21 @@ config = {
|
||||
|
||||
|
||||
|
||||
nixpkgs = {
|
||||
overlays = builtins.attrValues outputs.overlays;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
};
|
||||
# nixpkgs = {
|
||||
# overlays = builtins.attrValues outputs.overlays;
|
||||
# config = {
|
||||
# allowUnfree = true;
|
||||
# allowUnfreePredicate = (_: true);
|
||||
# };
|
||||
# };
|
||||
|
||||
nix = {
|
||||
package = lib.mkDefault pkgs.nix;
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
warn-dirty = false;
|
||||
};
|
||||
};
|
||||
# nix = {
|
||||
# package = lib.mkDefault pkgs.nix;
|
||||
# settings = {
|
||||
# experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
# warn-dirty = false;
|
||||
# };
|
||||
# };
|
||||
|
||||
##VSCode
|
||||
# services.vscode-server.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user