Compare commits
9 Commits
b25fc9a2b8
...
069a3b8333
| Author | SHA1 | Date |
|---|---|---|
|
|
069a3b8333 | |
|
|
851f226518 | |
|
|
7b872f4596 | |
|
|
84ec0824e8 | |
|
|
8f2c473219 | |
|
|
475c21cbac | |
|
|
671578567a | |
|
|
f92ed39653 | |
|
|
91a1c7f6ca |
|
|
@ -3,14 +3,14 @@
|
|||
nixpkgs = {
|
||||
url = "github:nixos/nixpkgs?ref=nixos-25.05";
|
||||
};
|
||||
disko = {
|
||||
url = "github:nix-community/disko/latest";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
disko = {
|
||||
url = "github:nix-community/disko/latest";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
|||
Loading…
Reference in New Issue