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:
```
$(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": {
"lastModified": 1684170997,
"narHash": "sha256-WgwqHeYv2sDA0eWghnYCUNx7dm5S8lqDVZjp7ufzm30=",
"owner": "nix-community",
"lastModified": 1684454112,
"narHash": "sha256-USUMMKi5hzW4JBzpehg+tzyRT0WhVpjNUWEHu+/n6M0=",
"owner": "SuperSandro2000",
"repo": "disko",
"rev": "10402e31443941b50bf62e67900743dcb26b3b27",
"rev": "56f076ca2e61d192cbb947000c38cd3472757c82",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "SuperSandro2000",
"ref": "rootMountPoint",
"repo": "disko",
"type": "github"
}

View File

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