feat(nixos): module: +user.yukkop
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -53,12 +53,12 @@
|
||||
legacyPackages.${system} = import nixpkgs { inherit system overlays; };
|
||||
|
||||
devShells.${system} = {
|
||||
c = import ./devshell/c.nix { inherit self system pkgs; };
|
||||
c = import ./devshell/c.nix { inherit self system pkgs; };
|
||||
postgres-c = import ./devshell/postgres-c.nix { inherit self system pkgs; };
|
||||
pure-c = import ./devshell/pure-c.nix { inherit self system pkgs; };
|
||||
default = import ./devshell/default.nix { inherit self system pkgs; };
|
||||
rust = import ./devshell/rust.nix { inherit self system pkgs; };
|
||||
haskell = import ./devshell/haskell.nix { inherit self system pkgs; };
|
||||
pure-c = import ./devshell/pure-c.nix { inherit self system pkgs; };
|
||||
default = import ./devshell/default.nix { inherit self system pkgs; };
|
||||
rust = import ./devshell/rust.nix { inherit self system pkgs; };
|
||||
haskell = import ./devshell/haskell.nix { inherit self system pkgs; };
|
||||
};
|
||||
nixosConfigurations = {
|
||||
"devvm-manual|${system}" = import ./nixos/system/devvm-manual/default.nix
|
||||
@@ -68,7 +68,7 @@
|
||||
};
|
||||
}) // {
|
||||
lib = self-lib;
|
||||
overlays.default = import ./overlay { inherit flake self inputs nixpkgs; };
|
||||
nixosModules = import ./nixos/module { inherit flake self inputs nixpkgs; };
|
||||
overlays.default = import ./overlay { inherit flake self inputs nixpkgs; };
|
||||
nixosModules = import ./nixos/module { inherit flake self inputs nixpkgs; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user