Compare commits

..

No commits in common. "cd127f364701b0edb147d95762c83c8ceeb947a4" and "3da06d4b5642fbea16f3e3c79534129bf2309e88" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1662231269, "lastModified": 1662046976,
"narHash": "sha256-89j0I64PlO5I0P1uhGhFanYjyfFZQMRxRp9Bq4WGl3E=", "narHash": "sha256-BrTReGRhkVm/Kmmf4zQrL+oYWy0sds/BDBgXNX1CL3c=",
"owner": "ryantm", "owner": "ryantm",
"repo": "agenix", "repo": "agenix",
"rev": "3c34edaf652d430fd53a58ba12c9f9cad485437f", "rev": "9f136ecfa5bf954538aed3245e4408cf87c85097",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -21,7 +21,4 @@
extraPackages = with pkgs; [ zfs ]; extraPackages = with pkgs; [ zfs ];
}; };
}; };
# Run unpatched binaries with Nix
programs.nix-ld.enable = true;
} }