nixos: nix-monitored -> nh

This commit is contained in:
Guanran Wang 2024-02-02 07:18:17 +08:00
parent 3024074349
commit 9103cabb4b
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
5 changed files with 11 additions and 49 deletions

View file

@ -349,21 +349,6 @@
"type": "github" "type": "github"
} }
}, },
"nix-filter": {
"locked": {
"lastModified": 1705332318,
"narHash": "sha256-kcw1yFeJe9N4PjQji9ZeX47jg0p9A0DuU4djKvg1a7I=",
"owner": "numtide",
"repo": "nix-filter",
"rev": "3449dc925982ad46246cfc36469baf66e1b64f17",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
"nix-gaming": { "nix-gaming": {
"inputs": { "inputs": {
"flake-parts": [ "flake-parts": [
@ -387,29 +372,6 @@
"type": "github" "type": "github"
} }
}, },
"nix-monitored": {
"inputs": {
"nix-filter": [
"nix-filter"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1692605628,
"narHash": "sha256-jBasvDCk9V32JuwtPy1G4KyVAc2eaBSf2X5eRNQgIkY=",
"owner": "ners",
"repo": "nix-monitored",
"rev": "6be92b0c1eca7ef501b4f92735885e7cb4db414b",
"type": "github"
},
"original": {
"owner": "ners",
"repo": "nix-monitored",
"type": "github"
}
},
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1706182238, "lastModified": 1706182238,
@ -585,9 +547,7 @@
"impermanence": "impermanence", "impermanence": "impermanence",
"lanzaboote": "lanzaboote", "lanzaboote": "lanzaboote",
"nix-darwin": "nix-darwin", "nix-darwin": "nix-darwin",
"nix-filter": "nix-filter",
"nix-gaming": "nix-gaming", "nix-gaming": "nix-gaming",
"nix-monitored": "nix-monitored",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpak": "nixpak", "nixpak": "nixpak",
"nixpak-pkgs": "nixpak-pkgs", "nixpak-pkgs": "nixpak-pkgs",

View file

@ -59,11 +59,11 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts"; inputs.flake-parts.follows = "flake-parts";
}; };
nix-monitored = { #nix-monitored = {
url = "github:ners/nix-monitored"; # url = "github:ners/nix-monitored";
inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
inputs.nix-filter.follows = "nix-filter"; # inputs.nix-filter.follows = "nix-filter";
}; #};
nixos-hardware = { nixos-hardware = {
url = "github:NixOS/nixos-hardware"; url = "github:NixOS/nixos-hardware";
}; };
@ -122,9 +122,9 @@
url = "github:hyprwm/hyprlang"; url = "github:hyprwm/hyprlang";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-filter = { #nix-filter = {
url = "github:numtide/nix-filter"; # url = "github:numtide/nix-filter";
}; #};
nvfetcher = { nvfetcher = {
url = "github:berberman/nvfetcher"; url = "github:berberman/nvfetcher";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -6,6 +6,8 @@
statix statix
deadnix deadnix
# Nix helper
nh
# Secret management # Secret management
sops sops
# Additional information while building # Additional information while building

View file

@ -3,6 +3,6 @@
./flake.nix ./flake.nix
./nix.nix ./nix.nix
./gc.nix ./gc.nix
./monitor.nix #./monitor.nix
]; ];
} }