Compare commits
2 commits
30eecf85f8
...
f415110bed
| Author | SHA1 | Date | |
|---|---|---|---|
| f415110bed | |||
| 72be3d425c |
1 changed files with 5 additions and 9 deletions
14
flake.nix
14
flake.nix
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue