parent
93566f658c
commit
5227e82c15
1 changed files with 22 additions and 11 deletions
33
flake.nix
33
flake.nix
|
@ -1,29 +1,40 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
agenix = {
|
||||||
agenix.url = "github:ryantm/agenix";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
url = "github:ryantm/agenix";
|
||||||
|
};
|
||||||
|
|
||||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
disko = {
|
||||||
disko.url = "github:nix-community/disko";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
url = "github:nix-community/disko";
|
||||||
|
};
|
||||||
|
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
|
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager = {
|
||||||
home-manager.url = "github:nix-community/home-manager/master";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
url = "github:nix-community/home-manager/master";
|
||||||
|
};
|
||||||
|
|
||||||
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.inputs.flake-parts.follows = "flake-parts";
|
nixvim = {
|
||||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
inputs.flake-parts.follows = "flake-parts";
|
||||||
nixvim.url = "github:nix-community/nixvim";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
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.inputs.nixpkgs.follows = "nixpkgs";
|
nur = {
|
||||||
nur.url = "github:nix-community/NUR";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
url = "github:nix-community/NUR";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue