This commit is contained in:
parent
88fa3eb0fd
commit
4eead1485f
1 changed files with 13 additions and 25 deletions
38
flake.nix
38
flake.nix
|
@ -1,47 +1,35 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
agenix = {
|
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
agenix.url = "github:ryantm/agenix";
|
||||||
url = "github:ryantm/agenix";
|
|
||||||
};
|
|
||||||
|
|
||||||
disko = {
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
disko.url = "github:nix-community/disko";
|
||||||
url = "github:nix-community/disko";
|
|
||||||
};
|
|
||||||
|
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
|
|
||||||
home-manager = {
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.url = "github:nix-community/home-manager/master";
|
||||||
url = "github:nix-community/home-manager/master";
|
|
||||||
};
|
|
||||||
|
|
||||||
import-tree.url = "github:vic/import-tree";
|
import-tree.url = "github:vic/import-tree";
|
||||||
|
|
||||||
nix-index-database = {
|
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||||
url = "github:nix-community/nix-index-database";
|
|
||||||
};
|
|
||||||
|
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
|
||||||
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
|
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
|
||||||
|
|
||||||
nixvim = {
|
nixvim.inputs.flake-parts.follows = "flake-parts";
|
||||||
inputs.flake-parts.follows = "flake-parts";
|
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
nixvim.url = "github:nix-community/nixvim";
|
||||||
url = "github:nix-community/nixvim";
|
|
||||||
};
|
|
||||||
|
|
||||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||||
|
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
nur = {
|
nur.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
nur.url = "github:nix-community/NUR";
|
||||||
url = "github:nix-community/NUR";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue