update vnetod version

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-12 23:32:58 +03:00
parent e04d5d08fc
commit af68c8afdd
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
3 changed files with 7 additions and 8 deletions

View file

@ -733,16 +733,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1668029368, "lastModified": 1668262021,
"narHash": "sha256-dwtm0lB/PmGf17i+UyNXiW9VRAzjkBt6EeuTfK4JF/Y=", "narHash": "sha256-kjSuiI4xPGj5GUV7wTO6lAHgdySZF7Yhpyq0MaoDxws=",
"ref": "pretty-result", "ref": "refs/heads/main",
"rev": "4e9ea6c68317afc1ab9262c55c6342ac5c8771cd", "rev": "9eebd41db026466973a86a313b6334d0ab22e657",
"revCount": 43, "revCount": 51,
"type": "git", "type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod" "url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
}, },
"original": { "original": {
"ref": "pretty-result",
"type": "git", "type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod" "url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
} }

View file

@ -36,7 +36,7 @@
# tool to change .env faster # tool to change .env faster
vnetod = { vnetod = {
url = "git+https://git.pleshevski.ru/pleshevskiy/vnetod?ref=pretty-result"; url = "git+https://git.pleshevski.ru/pleshevskiy/vnetod";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils"; inputs.flake-utils.follows = "flake-utils";
}; };

View file

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