use my fork with fix for ntfs driver
This commit is contained in:
Generated
+6
-5
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user