flake.lock: remove vnetod tool
This commit is contained in:
parent
255679cc25
commit
def49d30f2
4 changed files with 1 additions and 34 deletions
3
Makefile
3
Makefile
|
@ -2,8 +2,7 @@ NIX_RUN := nix run .\#
|
||||||
NIX_LOCK := nix flake lock
|
NIX_LOCK := nix flake lock
|
||||||
|
|
||||||
DEPS_MY := \
|
DEPS_MY := \
|
||||||
myneovim \
|
myneovim
|
||||||
vnetod
|
|
||||||
|
|
||||||
DEPS_NIXOS := \
|
DEPS_NIXOS := \
|
||||||
nixpkgs \
|
nixpkgs \
|
||||||
|
|
24
flake.lock
24
flake.lock
|
@ -679,7 +679,6 @@
|
||||||
"nil": "nil",
|
"nil": "nil",
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||||
"vnetod": "vnetod",
|
|
||||||
"wired": "wired"
|
"wired": "wired"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -839,29 +838,6 @@
|
||||||
"type": "github"
|
"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": {
|
"wired": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"alejandra": "alejandra",
|
"alejandra": "alejandra",
|
||||||
|
|
|
@ -41,13 +41,6 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
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, ... }:
|
outputs = inputs @ { self, flake-utils, nixpkgs, ... }:
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
nixpkgs.overlays = lib.mkAfter [
|
nixpkgs.overlays = lib.mkAfter [
|
||||||
inputs.myneovim.overlays.default
|
inputs.myneovim.overlays.default
|
||||||
inputs.nil.overlays.default
|
inputs.nil.overlays.default
|
||||||
inputs.vnetod.overlays.default
|
|
||||||
inputs.wired.overlays.default
|
inputs.wired.overlays.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue