From 8a65bc346cef2f823ce41791a2bba1645655a67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 19 May 2023 02:24:14 +0200 Subject: [PATCH] disko: use NoDeps, switch to fork --- README.md | 2 +- flake.lock | 11 ++++++----- flake.nix | 3 ++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 00c93a5d..0eff02a9 100644 --- a/README.md +++ b/README.md @@ -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') ``` diff --git a/flake.lock b/flake.lock index c958f275..cc795814 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 1fdf95fb..85314ba4 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {