build(flake.nix): optimise flake inputs and bump them
This commit is contained in:
parent
497e624db9
commit
6c1a27d716
2 changed files with 138 additions and 237 deletions
56
flake.nix
56
flake.nix
|
@ -1,22 +1,54 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
disko.url = "github:nix-community/disko";
|
||||
crane.url = "github:ipetkov/crane";
|
||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
snowfall-lib.url = "github:snowfallorg/lib";
|
||||
snowfall-lib.inputs.nixpkgs.follows = "nixpkgs";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
disko.url = "github:nix-community/disko";
|
||||
flake-compat.url = "github:edolstra/flake-compat";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
flake-utils-plus.inputs.flake-utils.follows = "flake-utils";
|
||||
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus";
|
||||
flake-utils.inputs.systems.follows = "systems";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
mnw.url = "github:Gerg-L/mnw";
|
||||
nil.inputs.flake-utils.follows = "flake-utils";
|
||||
nil.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nil.inputs.rust-overlay.follows = "rust-overlay";
|
||||
nil.url = "github:oxalica/nil";
|
||||
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
nvf.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixspect.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixspect.url = "github:rrvsh/nixspect";
|
||||
stable-diffusion-webui-nix.url = "github:Janrupf/stable-diffusion-webui-nix/main";
|
||||
nvf.inputs.flake-parts.follows = "flake-parts";
|
||||
nvf.inputs.flake-utils.follows = "flake-utils";
|
||||
nvf.inputs.mnw.follows = "mnw";
|
||||
nvf.inputs.nil.follows = "nil";
|
||||
nvf.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nvf.inputs.systems.follows = "systems";
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
python-flexseal.inputs.flake-utils.follows = "flake-utils";
|
||||
python-flexseal.inputs.nixpkgs.follows = "nixpkgs";
|
||||
python-flexseal.url = "github:Janrupf/python-flexseal";
|
||||
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
snowfall-lib.inputs.flake-compat.follows = "flake-compat";
|
||||
snowfall-lib.inputs.flake-utils-plus.follows = "flake-utils-plus";
|
||||
snowfall-lib.inputs.nixpkgs.follows = "nixpkgs";
|
||||
snowfall-lib.url = "github:snowfallorg/lib";
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
stable-diffusion-webui-nix.inputs.flake-utils.follows = "flake-utils";
|
||||
stable-diffusion-webui-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
stable-diffusion-webui-nix.inputs.python-flexseal.follows = "python-flexseal";
|
||||
stable-diffusion-webui-nix.url = "github:Janrupf/stable-diffusion-webui-nix/main";
|
||||
systems.url = "github:nix-systems/default";
|
||||
zjstatus.inputs.crane.follows = "crane";
|
||||
zjstatus.inputs.flake-utils.follows = "flake-utils";
|
||||
zjstatus.inputs.nixpkgs.follows = "nixpkgs";
|
||||
zjstatus.inputs.rust-overlay.follows = "rust-overlay";
|
||||
zjstatus.url = "github:dj95/zjstatus";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue