Pin haskell-flake at 0.1.0

This commit is contained in:
Robert Hensing 2023-02-16 23:28:30 +01:00
parent 76a6bdbdb2
commit 1b65892ea6
2 changed files with 5 additions and 4 deletions

View File

@ -22,15 +22,16 @@
},
"haskell-flake": {
"locked": {
"lastModified": 1676149835,
"narHash": "sha256-rE/MIjs65pBtYzpyltvoZx4V8GcGkuh04GjlLi4VvTE=",
"lastModified": 1675296942,
"narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=",
"owner": "srid",
"repo": "haskell-flake",
"rev": "34641d4508c2ad00d1a5ef5fb592f49bfa9e2770",
"rev": "c2cafce9d57bfca41794dc3b99c593155006c71e",
"type": "github"
},
"original": {
"owner": "srid",
"ref": "0.1.0",
"repo": "haskell-flake",
"type": "github"
}

View File

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
haskell-flake.url = "github:srid/haskell-flake";
haskell-flake.url = "github:srid/haskell-flake/0.1.0";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
};