Compare commits
9 Commits
069a3b8333
...
b25fc9a2b8
| Author | SHA1 | Date |
|---|---|---|
|
|
b25fc9a2b8 | |
|
|
7bbd0dd8a8 | |
|
|
07e4669bb8 | |
|
|
203665a051 | |
|
|
431fa046be | |
|
|
83464117ae | |
|
|
c8cf7aa5ca | |
|
|
0ad84eed45 | |
|
|
811388006f |
|
|
@ -3,14 +3,14 @@
|
|||
nixpkgs = {
|
||||
url = "github:nixos/nixpkgs?ref=nixos-25.05";
|
||||
};
|
||||
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";
|
||||
};
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
|||
Loading…
Reference in New Issue