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