update vnetod version
This commit is contained in:
parent
e04d5d08fc
commit
af68c8afdd
3 changed files with 7 additions and 8 deletions
11
flake.lock
11
flake.lock
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue