use my fork with fix for ntfs driver

This commit is contained in:
2026-05-07 02:04:56 +02:00
parent 177c6245ee
commit 0450cf56f4
2 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -37,6 +37,7 @@
ntfsplus = {
url = "github:cmspam/ntfsplus-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.linux-ntfs.url = "github:Lumpiasty/linux-ntfs/main";
};
};
@@ -52,4 +53,4 @@
gaming-pc = mkNixosSystem {} hosts/gaming-pc.nix;
};
};
}
}