Update lint-utils

This commit is contained in:
Sridhar Ratnakumar 2022-04-20 13:29:08 -04:00
parent c1234a48cb
commit b14123cb05
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -54,16 +54,16 @@
]
},
"locked": {
"lastModified": 1649370978,
"narHash": "sha256-oX+r2JYOw5tpz9+OG+eMHy57699kXmrN7w543OTWDDU=",
"ref": "spec-type-simplify",
"rev": "c70d3ebb1fe019740f42437a241a7ed480972897",
"revCount": 38,
"lastModified": 1650427214,
"narHash": "sha256-9m66rRSSM614ocRXNPAArwnrS6zzCQYYhd3nw8g4QUg=",
"ref": "overengineered",
"rev": "5555def5a25c5437834c06cbe79b3945916ec59f",
"revCount": 28,
"type": "git",
"url": "https://gitlab.homotopic.tech/nix/lint-utils.git"
},
"original": {
"ref": "spec-type-simplify",
"ref": "overengineered",
"type": "git",
"url": "https://gitlab.homotopic.tech/nix/lint-utils.git"
}

View file

@ -11,7 +11,7 @@
lint-utils = {
type = "git";
url = "https://gitlab.homotopic.tech/nix/lint-utils.git";
ref = "spec-type-simplify"; # https://gitlab.homotopic.tech/nix/lint-utils/-/merge_requests/4
ref = "overengineered"; # https://gitlab.homotopic.tech/nix/lint-utils/-/merge_requests/4
inputs.nixpkgs.follows = "nixpkgs";
};
};