parent
92398d5cbf
commit
5ad37a0439
7 changed files with 121 additions and 129 deletions
flake
|
@ -9,6 +9,16 @@ let
|
|||
|
||||
# Inputs
|
||||
nixTools = {
|
||||
lix-module = mkDep {
|
||||
type = "git";
|
||||
url = "https://git.lix.systems/lix-project/nixos-module";
|
||||
};
|
||||
|
||||
nix-fast-build = mkDep {
|
||||
owner = "Mic92";
|
||||
repo = "nix-fast-build";
|
||||
};
|
||||
|
||||
nurl = mkDep {
|
||||
owner = "matt1432";
|
||||
repo = "nurl";
|
||||
|
@ -83,16 +93,6 @@ let
|
|||
owner = "matt1432";
|
||||
repo = "Minix";
|
||||
};
|
||||
|
||||
nix-eval-jobs = mkDep {
|
||||
owner = "nix-community";
|
||||
repo = "nix-eval-jobs";
|
||||
};
|
||||
|
||||
nix-fast-build = mkDep {
|
||||
owner = "Mic92";
|
||||
repo = "nix-fast-build";
|
||||
};
|
||||
};
|
||||
|
||||
nosInputs = {
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
inputs.grim-hyprland.overlays.default
|
||||
inputs.jovian.overlays.default
|
||||
inputs.nixpkgs-wayland.overlays.default
|
||||
inputs.lix-module.overlays.default
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue