This commit is contained in:
mjallen18
2025-08-18 20:54:03 -05:00
parent 0364333921
commit 929786cb12
3 changed files with 65 additions and 79 deletions

View File

@@ -43,8 +43,8 @@
disko = {
# the fork is needed for partition attributes support
url = "github:nvmd/disko/gpt-attrs";
# url = "github:nix-community/disko";
# url = "github:nvmd/disko/gpt-attrs";
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};