fixed nik-pkgs & added deadlock mod manager
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
modules,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
flake-file.inputs = {
|
||||
nik-pkgs = {
|
||||
url = "git+https://git.scug.io/nikkuss/pkgs.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
modules.nikpkgs = {
|
||||
nixos = {
|
||||
nixpkgs.overlays = [ inputs.nik-pkgs.overlays.default ];
|
||||
nixpkgs.overlays = [inputs.nik-pkgs.overlays.default];
|
||||
};
|
||||
# debug = inputs.nik-pkgs;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user