users/dev_utils: use experemental vnetod version
This commit is contained in:
parent
5ce9927540
commit
956b20b61f
3 changed files with 14 additions and 25 deletions
34
flake.lock
34
flake.lock
|
@ -709,21 +709,6 @@
|
|||
}
|
||||
},
|
||||
"utils_3": {
|
||||
"locked": {
|
||||
"lastModified": 1656928814,
|
||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"utils_4": {
|
||||
"locked": {
|
||||
"lastModified": 1652776076,
|
||||
"narHash": "sha256-gzTw/v1vj4dOVbpBSJX4J0DwUR6LIyXo7/SuuTJp1kM=",
|
||||
|
@ -740,21 +725,24 @@
|
|||
},
|
||||
"vnetod": {
|
||||
"inputs": {
|
||||
"flake-utils": [
|
||||
"flake-utils"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"utils": "utils_3"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1664114536,
|
||||
"narHash": "sha256-j7r5pP4ETTVcFNVhK4pBwXHp6DN+h+4MDGofeHmiO3A=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "dc66d1a643f492a22d15fa1bd5ec6bfa22f16358",
|
||||
"revCount": 37,
|
||||
"lastModified": 1668029368,
|
||||
"narHash": "sha256-dwtm0lB/PmGf17i+UyNXiW9VRAzjkBt6EeuTfK4JF/Y=",
|
||||
"ref": "pretty-result",
|
||||
"rev": "4e9ea6c68317afc1ab9262c55c6342ac5c8771cd",
|
||||
"revCount": 43,
|
||||
"type": "git",
|
||||
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
|
||||
},
|
||||
"original": {
|
||||
"ref": "pretty-result",
|
||||
"type": "git",
|
||||
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
|
||||
}
|
||||
|
@ -765,7 +753,7 @@
|
|||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"utils": "utils_4"
|
||||
"utils": "utils_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1665825115,
|
||||
|
|
|
@ -36,8 +36,9 @@
|
|||
|
||||
# tool to change .env faster
|
||||
vnetod = {
|
||||
url = "git+https://git.pleshevski.ru/pleshevskiy/vnetod";
|
||||
url = "git+https://git.pleshevski.ru/pleshevskiy/vnetod?ref=pretty-result";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
mailserver = {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
nixpkgs.overlays = lib.mkAfter [
|
||||
inputs.wired.overlays.default
|
||||
inputs.myneovim.overlays.default
|
||||
inputs.vnetod.overlay
|
||||
inputs.vnetod.overlays.colored
|
||||
inputs.nil.overlays.default
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue