Compare commits
No commits in common. "f415110bed5c177e7efaec408f47014df43c70fd" and "30eecf85f8f85534014c584bc808f336ba2fbd9b" have entirely different histories.
f415110bed
...
30eecf85f8
1 changed files with 9 additions and 5 deletions
14
flake.nix
14
flake.nix
|
|
@ -2,9 +2,6 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||||
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
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 = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-25.11";
|
url = "github:nix-community/home-manager/release-25.11";
|
||||||
|
|
@ -31,6 +28,8 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
hm-isolation.url = "github:3442/hm-isolation";
|
||||||
impermanence = {
|
impermanence = {
|
||||||
url = "github:nix-community/impermanence";
|
url = "github:nix-community/impermanence";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
@ -38,16 +37,21 @@
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixGL = {
|
nixGL = {
|
||||||
url = "github:guibou/nixGL";
|
url = "github:guibou/nixGL";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nur = {
|
nur = {
|
||||||
url = "github:nix-community/NUR";
|
url = "github:nix-community/NUR";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
vpsadminos = {
|
||||||
|
url = "github:vpsfreecz/vpsadminos";
|
||||||
|
inputs = {
|
||||||
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
impermanence.follows = "impermanence";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = flakes:
|
outputs = flakes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue