feat: add disko
This commit is contained in:
parent
c32982b255
commit
b2b0b86a8d
22
flake.lock
22
flake.lock
|
@ -224,6 +224,27 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"disko": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1730135292,
|
||||||
|
"narHash": "sha256-CI27qHAbc3/tIe8sb37kiHNaeCqGxNimckCMj0lW5kg=",
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "disko",
|
||||||
|
"rev": "ab58501b2341bc5e0fc88f2f5983a679b075ddf5",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-community",
|
||||||
|
"ref": "latest",
|
||||||
|
"repo": "disko",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dream2nix": {
|
"dream2nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"all-cabal-json": "all-cabal-json",
|
"all-cabal-json": "all-cabal-json",
|
||||||
|
@ -2376,6 +2397,7 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"custom-udev-rules": "custom-udev-rules",
|
"custom-udev-rules": "custom-udev-rules",
|
||||||
"devshell": "devshell",
|
"devshell": "devshell",
|
||||||
|
"disko": "disko",
|
||||||
"fend": "fend",
|
"fend": "fend",
|
||||||
"flake-parts": "flake-parts_3",
|
"flake-parts": "flake-parts_3",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
|
|
|
@ -51,6 +51,10 @@
|
||||||
url = "github:hyprwm/contrib";
|
url = "github:hyprwm/contrib";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
disko = {
|
||||||
|
url = "github:nix-community/disko/latest";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
qmk-udev-rules = {
|
qmk-udev-rules = {
|
||||||
url = "github:qmk/qmk_firmware";
|
url = "github:qmk/qmk_firmware";
|
||||||
|
@ -90,6 +94,7 @@
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.nix-topology.nixosModules.default
|
inputs.nix-topology.nixosModules.default
|
||||||
|
inputs.disko.nixosModules.default
|
||||||
./modules/base-system.nix
|
./modules/base-system.nix
|
||||||
];
|
];
|
||||||
# The list of all hosts known to me
|
# The list of all hosts known to me
|
||||||
|
|
Loading…
Reference in a new issue