diff --git a/flake.lock b/flake.lock index 2caaecc5ec..564c57af53 100644 --- a/flake.lock +++ b/flake.lock @@ -94,16 +94,15 @@ ] }, "locked": { - "lastModified": 1779912356, - "narHash": "sha256-yj5O6vmAj+OfhTQMiUwhmQRP0HAII3BxEI6zuY6h/5k=", + "lastModified": 1780914171, + "narHash": "sha256-NYoa+CvsCgayY356worC9g6QoZkKJmvrj6nVdEA2Lyk=", "owner": "nix-community", "repo": "naersk", - "rev": "33eaf5c72a67db15073322d26cd342c443556214", + "rev": "41b6e9efb62fac9c16d5617e0456a715928a2206", "type": "github" }, "original": { "owner": "nix-community", - "ref": "pull/391/head", "repo": "naersk", "type": "github" } diff --git a/flake.nix b/flake.nix index 496a84d925..4b8efa11ad 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ fenix.url = "github:nix-community/fenix"; fenix.inputs.nixpkgs.follows = "nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; - naersk.url = "github:nix-community/naersk/pull/391/head"; + naersk.url = "github:nix-community/naersk"; naersk.inputs.nixpkgs.follows = "nixpkgs"; naersk.inputs.fenix.follows = "fenix"; nix-filter.url = "github:numtide/nix-filter";