overlays lol
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -1516,11 +1516,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1764974171,
|
||||
"narHash": "sha256-Da9/3xlOzlGHXkUaPYUwwFet3uWjnNlYHNUNBrl0WD4=",
|
||||
"lastModified": 1773688615,
|
||||
"narHash": "sha256-s88P2w8pHa2P08/IS7ht/fRRDbr0r3TrgFDY+hIgme0=",
|
||||
"owner": "mjallen18",
|
||||
"repo": "snowfall-lib",
|
||||
"rev": "e4bb3f2fd33b26e512f1d90de4c7197d58e708ad",
|
||||
"rev": "e426f2244f1a773ad75dc4e078070af0f313e881",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
10
flake.nix
10
flake.nix
@@ -132,6 +132,11 @@
|
||||
# Nix files to a separate directory.
|
||||
src = ./.;
|
||||
|
||||
overlays = with inputs; [
|
||||
nix-vscode-extensions.overlays.default
|
||||
nix-cachyos-kernel.overlays.default
|
||||
];
|
||||
|
||||
# Add a module to a specific host.
|
||||
systems = {
|
||||
# common modules
|
||||
@@ -243,11 +248,6 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
overlays.nixos = with inputs; [
|
||||
nix-vscode-extensions.overlays.default
|
||||
nix-cachyos-kernel.overlays.default
|
||||
];
|
||||
};
|
||||
|
||||
# Configure Snowfall Lib, all of these settings are optional.
|
||||
|
||||
@@ -35,9 +35,6 @@
|
||||
# Pass inputs so external modules can access them
|
||||
extraSpecialArgs = {
|
||||
inherit inputs namespace;
|
||||
# overlays = with inputs; [
|
||||
# nix-vscode-extensions.overlays.default
|
||||
# ];
|
||||
};
|
||||
|
||||
# Make ALL external HM modules available globally
|
||||
|
||||
@@ -47,10 +47,10 @@ in
|
||||
vscode-extensions.redhat.vscode-yaml
|
||||
vscode-extensions.yy0931.vscode-sqlite3-editor
|
||||
|
||||
# nix-vscode-extensions.open-vsx.jeanp413.open-remote-ssh
|
||||
nix-vscode-extensions.open-vsx.jeanp413.open-remote-ssh
|
||||
]
|
||||
++ (if !isArm then x86_only else [ ])
|
||||
++ (if !isDarwin then [ open-remote-ssh ] else [ ]);
|
||||
++ (if !isArm then x86_only else [ ]);
|
||||
# ++ (if !isDarwin then [ open-remote-ssh ] else [ ]);
|
||||
# ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||
# {
|
||||
# name = "copilot-mcp";
|
||||
|
||||
@@ -53,9 +53,6 @@ in
|
||||
# Pass inputs so external modules can access them
|
||||
extraSpecialArgs = {
|
||||
inherit inputs namespace hasDestopEnvironment;
|
||||
# overlays = with inputs; [
|
||||
# nix-vscode-extensions.overlays.default
|
||||
# ];
|
||||
};
|
||||
|
||||
# Make ALL external HM modules available globally
|
||||
|
||||
@@ -68,9 +68,5 @@
|
||||
rocmSupport = lib.mkDefault config.${namespace}.hardware.amd.enable;
|
||||
allowUnsupportedSystem = true;
|
||||
};
|
||||
|
||||
overlays = with inputs; [
|
||||
nix-cachyos-kernel.overlays.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user