From 0450cf56f4f5b3137c6ae5915e55ef08fe055b96 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Thu, 7 May 2026 02:04:56 +0200 Subject: [PATCH] use my fork with fix for ntfs driver --- flake.lock | 11 ++++++----- flake.nix | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 8f05a36..00f8847 100644 --- a/flake.lock +++ b/flake.lock @@ -223,15 +223,16 @@ "linux-ntfs": { "flake": false, "locked": { - "lastModified": 1777784940, - "narHash": "sha256-Dbh1r86X0uNx8keTkdg+uzq4/+DHm+IiTuxrHXlklXA=", - "owner": "namjaejeon", + "lastModified": 1778111793, + "narHash": "sha256-E+f1utc2Az4ZmqvkZ8lDgHpXsheJobUMbLff1vdpQHE=", + "owner": "Lumpiasty", "repo": "linux-ntfs", - "rev": "9e031cf453d8b3c226aac7cb7105af46efd79690", + "rev": "7fbf82056e26d99bfa4d5aab87ce287cd8c8cbef", "type": "github" }, "original": { - "owner": "namjaejeon", + "owner": "Lumpiasty", + "ref": "main", "repo": "linux-ntfs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5a3e8ff..45e3605 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; }; -} \ No newline at end of file +}