forked from fabian/nix
nix fmt
This commit is contained in:
parent
72be3d425c
commit
f415110bed
1 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,8 @@
|
|||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
vpsadminos.url = "github:vpsfreecz/vpsadminos";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
hm-isolation.url = "github:3442/hm-isolation";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
|
|
@ -29,8 +31,6 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
hm-isolation.url = "github:3442/hm-isolation";
|
||||
impermanence = {
|
||||
url = "github:nix-community/impermanence";
|
||||
inputs = {
|
||||
|
|
@ -38,10 +38,12 @@
|
|||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
nixGL = {
|
||||
url = "github:guibou/nixGL";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue