refactor(flake): remove unnecessary inputs
This commit is contained in:
parent
e048b7369a
commit
9c2d2ffa8d
1 changed files with 0 additions and 6 deletions
|
@ -33,9 +33,6 @@
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
agenix.inputs.nixpkgs.follows = "nixos";
|
agenix.inputs.nixpkgs.follows = "nixos";
|
||||||
|
|
||||||
naersk.url = "github:nmattia/naersk";
|
|
||||||
naersk.inputs.nixpkgs.follows = "nixos";
|
|
||||||
|
|
||||||
nixos-hardware.url = "github:nixos/nixos-hardware";
|
nixos-hardware.url = "github:nixos/nixos-hardware";
|
||||||
|
|
||||||
impermanence.url = "github:nix-community/impermanence";
|
impermanence.url = "github:nix-community/impermanence";
|
||||||
|
@ -55,9 +52,7 @@
|
||||||
, nixos
|
, nixos
|
||||||
, home
|
, home
|
||||||
, nixos-hardware
|
, nixos-hardware
|
||||||
, nur
|
|
||||||
, agenix
|
, agenix
|
||||||
, nvfetcher
|
|
||||||
, deploy
|
, deploy
|
||||||
, ...
|
, ...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
|
@ -74,7 +69,6 @@
|
||||||
imports = [ (digga.lib.importOverlays ./overlays) ];
|
imports = [ (digga.lib.importOverlays ./overlays) ];
|
||||||
overlays = [
|
overlays = [
|
||||||
# --- DevOS Overlays
|
# --- DevOS Overlays
|
||||||
nur.overlay
|
|
||||||
agenix.overlay
|
agenix.overlay
|
||||||
./pkgs/default.nix
|
./pkgs/default.nix
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue