disko: use NoDeps, switch to fork

This commit is contained in:
Sandro - 2023-05-19 02:24:14 +02:00
parent e4998eff79
commit 8a65bc346c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 9 additions and 7 deletions

View File

@ -252,5 +252,5 @@ For the deployment options take a look at [deployment](https://gitea.c3d2.de/c3d
Set the `disko` options for the machine and run: Set the `disko` options for the machine and run:
``` ```
$(nix build --print-out-paths --no-link -L '.#nixosConfigurations.HOSTNAME.config.system.build.disko') $(nix build --print-out-paths --no-link -L '.#nixosConfigurations.HOSTNAME.config.system.build.diskoNoDeps')
``` ```

View File

@ -209,15 +209,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684170997, "lastModified": 1684454112,
"narHash": "sha256-WgwqHeYv2sDA0eWghnYCUNx7dm5S8lqDVZjp7ufzm30=", "narHash": "sha256-USUMMKi5hzW4JBzpehg+tzyRT0WhVpjNUWEHu+/n6M0=",
"owner": "nix-community", "owner": "SuperSandro2000",
"repo": "disko", "repo": "disko",
"rev": "10402e31443941b50bf62e67900743dcb26b3b27", "rev": "56f076ca2e61d192cbb947000c38cd3472757c82",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "SuperSandro2000",
"ref": "rootMountPoint",
"repo": "disko", "repo": "disko",
"type": "github" "type": "github"
} }

View File

@ -80,7 +80,8 @@
}; };
}; };
disko = { disko = {
url = "github:nix-community/disko"; # url = "github:nix-community/disko";
url = "github:SuperSandro2000/disko/rootMountPoint";
inputs.nixpkgs.follows = "nixos"; inputs.nixpkgs.follows = "nixos";
}; };
fenix = { fenix = {