flake.lock: remove vnetod tool

This commit is contained in:
Dmitriy Pleshevskiy 2024-04-16 16:27:54 +03:00
parent 255679cc25
commit def49d30f2
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
4 changed files with 1 additions and 34 deletions

View File

@ -2,8 +2,7 @@ NIX_RUN := nix run .\#
NIX_LOCK := nix flake lock
DEPS_MY := \
myneovim \
vnetod
myneovim
DEPS_NIXOS := \
nixpkgs \

View File

@ -679,7 +679,6 @@
"nil": "nil",
"nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"vnetod": "vnetod",
"wired": "wired"
}
},
@ -839,29 +838,6 @@
"type": "github"
}
},
"vnetod": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1668424365,
"narHash": "sha256-MHUB3mOE2EqxCV6ePUBF+mHEiTlkyaKyM9Of8IIqXmc=",
"ref": "refs/heads/main",
"rev": "be6131644468303487bded91a0b41d29da6ea19b",
"revCount": 52,
"type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
},
"original": {
"type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
}
},
"wired": {
"inputs": {
"alejandra": "alejandra",

View File

@ -41,13 +41,6 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.flake-utils.follows = "flake-utils";
};
# tool to change .env faster
vnetod = {
url = "git+https://git.pleshevski.ru/pleshevskiy/vnetod";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};
outputs = inputs @ { self, flake-utils, nixpkgs, ... }:

View File

@ -4,7 +4,6 @@
nixpkgs.overlays = lib.mkAfter [
inputs.myneovim.overlays.default
inputs.nil.overlays.default
inputs.vnetod.overlays.default
inputs.wired.overlays.default
];