cachy kernel
This commit is contained in:
13
flake.nix
13
flake.nix
@@ -4,6 +4,7 @@
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs-small.url = "github:nixos/nixpkgs?ref=nixos-unstable-small";
|
||||
nixpkgs11.url = "github:nixos/nixpkgs?ref=nixos-24.11";
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
ucodenix.url = "github:e-tho/ucodenix";
|
||||
doom-emacs = {
|
||||
url = "github:marienz/nix-doom-emacs-unstraightened";
|
||||
@@ -85,17 +86,17 @@
|
||||
};
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
workstation = createConfig "workstation" inputs.nixpkgs;
|
||||
miniserver = createConfig "miniserver" inputs.nixpkgs-small;
|
||||
server = createConfig "server" inputs.nixpkgs-small;
|
||||
shell = createConfig "shell" inputs.nixpkgs;
|
||||
};
|
||||
devShells.${system} = builtins.listToAttrs (
|
||||
map (lang: {
|
||||
name = lang;
|
||||
value = self.nixosConfigurations.shell.config.devShells.${lang};
|
||||
}) langList
|
||||
);
|
||||
nixosConfigurations = {
|
||||
workstation = createConfig "workstation" inputs.nixpkgs;
|
||||
miniserver = createConfig "miniserver" inputs.nixpkgs-small;
|
||||
server = createConfig "server" inputs.nixpkgs-small;
|
||||
shell = createConfig "shell" inputs.nixpkgs;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user