Compare commits

..

2 commits

Author SHA1 Message Date
f415110bed
nix fmt 2026-03-08 23:13:25 -06:00
72be3d425c
flake: revert vpsadminos input to just .url 2026-03-08 23:07:38 -06:00

View file

@ -2,6 +2,9 @@
inputs = {
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";
@ -28,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 = {
@ -37,21 +38,16 @@
nixpkgs.follows = "nixpkgs";
};
};
nixGL = {
url = "github:guibou/nixGL";
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
vpsadminos = {
url = "github:vpsfreecz/vpsadminos";
inputs = {
nixpkgs.follows = "nixpkgs";
impermanence.follows = "impermanence";
};
};
};
outputs = flakes: