fix pnpm build error on zfs

This commit is contained in:
Qubasa
2025-09-10 14:01:30 +02:00
parent a6214f431d
commit da84b911b0
2 changed files with 7 additions and 6 deletions

10
devFlake/flake.lock generated
View File

@@ -107,15 +107,15 @@
]
},
"locked": {
"lastModified": 1756738487,
"narHash": "sha256-8QX7Ab5CcICp7zktL47VQVS+QeaU4YDNAjzty7l7TQE=",
"owner": "NuschtOS",
"lastModified": 1757505024,
"narHash": "sha256-AI4TKqIcUobFVqWD0N+6CWlJC5VMK7+HFtKKKyojG74=",
"owner": "Qubasa",
"repo": "search",
"rev": "5feeaeefb571e6ca2700888b944f436f7c05149b",
"rev": "ad978b39eba41d1cb5cf525fa146f91e6db2a895",
"type": "github"
},
"original": {
"owner": "NuschtOS",
"owner": "Qubasa",
"repo": "search",
"type": "github"
}

View File

@@ -7,7 +7,8 @@
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.flake-utils.inputs.systems.follows = "systems";
inputs.nuschtos.url = "github:NuschtOS/search";
# Using my fork till this is merged: https://github.com/NuschtOS/search/pull/255
inputs.nuschtos.url = "github:Qubasa/search";
inputs.nuschtos.inputs.nixpkgs.follows = "nixpkgs-dev";
inputs.treefmt-nix.url = "github:numtide/treefmt-nix";