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": {
"lastModified": 1668029368,
"narHash": "sha256-dwtm0lB/PmGf17i+UyNXiW9VRAzjkBt6EeuTfK4JF/Y=",
"ref": "pretty-result",
"rev": "4e9ea6c68317afc1ab9262c55c6342ac5c8771cd",
"revCount": 43,
"lastModified": 1668262021,
"narHash": "sha256-kjSuiI4xPGj5GUV7wTO6lAHgdySZF7Yhpyq0MaoDxws=",
"ref": "refs/heads/main",
"rev": "9eebd41db026466973a86a313b6334d0ab22e657",
"revCount": 51,
"type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
},
"original": {
"ref": "pretty-result",
"type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
}

View File

@ -36,7 +36,7 @@
# tool to change .env faster
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.flake-utils.follows = "flake-utils";
};

View File

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