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": {
|
"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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue