From 6c72c7ac8b0e9be367ff5cd7d81d912e94259f96 Mon Sep 17 00:00:00 2001 From: Lord-Valen Date: Sun, 6 Nov 2022 19:51:58 -0500 Subject: [PATCH] :arrow_up: `misc` Rm unused input --- flake.lock | 16 ---------------- flake.nix | 3 --- 2 files changed, 19 deletions(-) diff --git a/flake.lock b/flake.lock index c2b303a..f4c85b3 100644 --- a/flake.lock +++ b/flake.lock @@ -1,20 +1,5 @@ { "nodes": { - "blank": { - "locked": { - "lastModified": 1625557891, - "narHash": "sha256-O8/MWsPBGhhyPoPLHZAuoZiiHo9q6FLlEeIDEXuj6T4=", - "owner": "divnix", - "repo": "blank", - "rev": "5a5d2684073d9f563072ed07c871d577a6c614a8", - "type": "github" - }, - "original": { - "owner": "divnix", - "repo": "blank", - "type": "github" - } - }, "darwin": { "inputs": { "nixpkgs": [ @@ -229,7 +214,6 @@ }, "root": { "inputs": { - "blank": "blank", "darwin": "darwin", "deploy": "deploy", "devshell": "devshell", diff --git a/flake.nix b/flake.nix index 831f3c9..8ba130a 100644 --- a/flake.nix +++ b/flake.nix @@ -13,9 +13,6 @@ nixlib.url = "github:nix-community/nixpkgs.lib"; - # TODO: remove -- no references - blank.url = "github:divnix/blank"; - deploy.url = "github:serokell/deploy-rs"; deploy.inputs.nixpkgs.follows = "nixpkgs";