diff --git a/flake.lock b/flake.lock index 8e3459c..c03b319 100644 --- a/flake.lock +++ b/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, diff --git a/flake.nix b/flake.nix index 757e298..d604f2e 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = { diff --git a/users/jan/default.nix b/users/jan/default.nix index 0a82b48..05d8242 100644 --- a/users/jan/default.nix +++ b/users/jan/default.nix @@ -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 ];