no follows
This commit is contained in:
parent
925f78853b
commit
afd2a5474c
2 changed files with 798 additions and 238 deletions
930
flake.lock
generated
930
flake.lock
generated
File diff suppressed because it is too large
Load diff
106
flake.nix
106
flake.nix
|
@ -4,103 +4,25 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
|
||||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||||
sops-nix = {
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
url = "github:Mic92/sops-nix";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
lanzaboote.url = "github:nix-community/lanzaboote/master";
|
||||||
};
|
nixvim.url = "github:nix-community/nixvim";
|
||||||
home-manager = {
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
url = "github:nix-community/home-manager";
|
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
conduwuit.url = "github:girlbossceo/conduwuit";
|
||||||
};
|
lix-module.url = "git+https://git.lix.systems/lix-project/nixos-module";
|
||||||
treefmt = {
|
nix-ld.url = "github:nix-community/nix-ld";
|
||||||
url = "github:numtide/treefmt-nix";
|
nil.url = "github:oxalica/nil";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
vscode-extensions.url = "github:nix-community/nix-vscode-extensions/";
|
||||||
};
|
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||||
lanzaboote = {
|
attic.url = "github:zhaofengli/attic";
|
||||||
url = "github:nix-community/lanzaboote/master";
|
garage.url = "github:deuxfleurs-org/garage";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
inputs.crane.follows = "crane";
|
|
||||||
inputs.flake-compat.follows = "flake-compat";
|
|
||||||
inputs.flake-parts.follows = "flake-parts";
|
|
||||||
inputs.rust-overlay.follows = "rust-overlay";
|
|
||||||
};
|
|
||||||
nixvim = {
|
|
||||||
url = "github:nix-community/nixvim";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
inputs.flake-parts.follows = "flake-parts";
|
|
||||||
};
|
|
||||||
flake-parts = {
|
|
||||||
url = "github:hercules-ci/flake-parts";
|
|
||||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
rust-overlay = {
|
|
||||||
url = "github:oxalica/rust-overlay";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
conduwuit = {
|
|
||||||
url = "github:girlbossceo/conduwuit";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
crane.follows = "crane";
|
|
||||||
flake-compat.follows = "flake-compat";
|
|
||||||
flake-utils.follows = "flake-utils";
|
|
||||||
attic.follows = "attic";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
lix-module = {
|
|
||||||
url = "git+https://git.lix.systems/lix-project/nixos-module";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
|
||||||
};
|
|
||||||
nix-ld = {
|
|
||||||
url = "github:nix-community/nix-ld";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
nil = {
|
|
||||||
url = "github:oxalica/nil";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
inputs.rust-overlay.follows = "rust-overlay";
|
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
|
||||||
};
|
|
||||||
vscode-extensions = {
|
|
||||||
url = "github:nix-community/nix-vscode-extensions/";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
|
||||||
};
|
|
||||||
nix-index-database = {
|
|
||||||
url = "github:nix-community/nix-index-database";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
attic = {
|
|
||||||
url = "github:zhaofengli/attic";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
nixpkgs-stable.follows = "nixpkgs-stable";
|
|
||||||
flake-compat.follows = "flake-compat";
|
|
||||||
flake-parts.follows = "flake-parts";
|
|
||||||
crane.follows = "crane";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
garage = {
|
|
||||||
url = "github:deuxfleurs-org/garage";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
rust-overlay.follows = "rust-overlay";
|
|
||||||
crane.follows = "crane";
|
|
||||||
flake-compat.follows = "flake-compat";
|
|
||||||
flake-utils.follows = "flake-utils";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nvim-github-theme = {
|
nvim-github-theme = {
|
||||||
url = "github:projekt0n/github-nvim-theme";
|
url = "github:projekt0n/github-nvim-theme";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# deduplication
|
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
|
||||||
crane.url = "github:ipetkov/crane";
|
|
||||||
flake-compat.url = "github:edolstra/flake-compat";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue