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
Generated
+6 -5
View File
@@ -223,15 +223,16 @@
"linux-ntfs": { "linux-ntfs": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1777784940, "lastModified": 1778111793,
"narHash": "sha256-Dbh1r86X0uNx8keTkdg+uzq4/+DHm+IiTuxrHXlklXA=", "narHash": "sha256-E+f1utc2Az4ZmqvkZ8lDgHpXsheJobUMbLff1vdpQHE=",
"owner": "namjaejeon", "owner": "Lumpiasty",
"repo": "linux-ntfs", "repo": "linux-ntfs",
"rev": "9e031cf453d8b3c226aac7cb7105af46efd79690", "rev": "7fbf82056e26d99bfa4d5aab87ce287cd8c8cbef",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "namjaejeon", "owner": "Lumpiasty",
"ref": "main",
"repo": "linux-ntfs", "repo": "linux-ntfs",
"type": "github" "type": "github"
} }
+2 -1
View File
@@ -37,6 +37,7 @@
ntfsplus = { ntfsplus = {
url = "github:cmspam/ntfsplus-flake"; url = "github:cmspam/ntfsplus-flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.linux-ntfs.url = "github:Lumpiasty/linux-ntfs/main";
}; };
}; };
@@ -52,4 +53,4 @@
gaming-pc = mkNixosSystem {} hosts/gaming-pc.nix; gaming-pc = mkNixosSystem {} hosts/gaming-pc.nix;
}; };
}; };
} }