diff --git a/flake.lock b/flake.lock index 73f8d78..2eae9ea 100644 --- a/flake.lock +++ b/flake.lock @@ -389,27 +389,6 @@ "type": "indirect" } }, - "naersk": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1649096192, - "narHash": "sha256-7O8e+eZEYeU+ET98u/zW5epuoN/xYx9G+CIh4DjZVzY=", - "owner": "nmattia", - "repo": "naersk", - "rev": "d626f73332a8f587b613b0afe7293dd0777be07d", - "type": "github" - }, - "original": { - "owner": "nmattia", - "ref": "master", - "repo": "naersk", - "type": "github" - } - }, "nix-crx": { "inputs": { "nixpkgs": [ @@ -592,7 +571,6 @@ "helix": "helix", "home-manager": "home-manager", "kernel-clr": "kernel-clr", - "naersk": "naersk", "nix-crx": "nix-crx", "nix-super": "nix-super", "nixos-hardware": "nixos-hardware", diff --git a/flake.nix b/flake.nix index e7c0b3a..8787c8d 100644 --- a/flake.nix +++ b/flake.nix @@ -17,11 +17,6 @@ deploy-rs.url = "github:serokell/deploy-rs"; deploy-rs.inputs.nixpkgs.follows = "nixpkgs"; - deploy-rs.inputs.naersk.follows = "naersk"; - - # re-pin naersk to fix deprecation warning in deploy-rs - naersk.url = "github:nmattia/naersk/master"; - naersk.inputs.nixpkgs.follows = "nixpkgs"; agenix.url = "github:ryantm/agenix"; agenix.inputs.nixpkgs.follows = "nixpkgs";