diff --git a/flake.lock b/flake.lock index ee161137..8aef516c 100644 --- a/flake.lock +++ b/flake.lock @@ -67,16 +67,16 @@ }, "nix-colors": { "locked": { - "lastModified": 1641508823, - "narHash": "sha256-GmYZoYfu3iCjwwd9dqISlLkAsPE0/etea7fGLON9YBQ=", + "lastModified": 1642257683, + "narHash": "sha256-j1AdA6zRD4eqLhMqXXlvdP+ePoGCfAFIepodZ1kcjNs=", "owner": "Misterio77", "repo": "nix-colors", - "rev": "9b9e3ef54e1963a6174fb466bbaf37d4a87568d8", + "rev": "b26e7acb111b5ab1c8c1f05a79ab5f6aaeb62d3a", "type": "github" }, "original": { "owner": "Misterio77", - "ref": "add-vim-scheme", + "ref": "testity-test", "repo": "nix-colors", "type": "github" } diff --git a/flake.nix b/flake.nix index 884bdd8d..67d2d7b7 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ declarative-cachix.url = "github:jonascarpay/declarative-cachix"; impermanence.url = "github:RiscadoA/impermanence"; - nix-colors.url = "github:Misterio77/nix-colors/add-vim-scheme"; + nix-colors.url = "github:Misterio77/nix-colors"; utils.url = "github:numtide/flake-utils";