nixberry: disko

This commit is contained in:
Christoph Hollizeck 2025-11-22 14:32:34 +01:00
parent 9521f7f7fd
commit 87dab6d253
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
6 changed files with 307 additions and 83 deletions

View file

@ -25,11 +25,16 @@
nixos-hardware.url = "github:nixos/nixos-hardware";
nix-ld = {
url = "github:Mic92/nix-ld";
inputs.nixpkgs.follows = "nixpkgs-unstable";
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
# nix-ld = {
# url = "github:Mic92/nix-ld";
# inputs.nixpkgs.follows = "nixpkgs-unstable";
# };
nh-flake = {
url = "github:nix-community/nh";
inputs.nixpkgs.follows = "nixpkgs-unstable";