Merge pull request #179 from hercules-ci/workaround-nix-7555

flake.lock: Update
This commit is contained in:
Robert Hensing 2023-01-04 17:11:23 +01:00 committed by GitHub
commit 2dc6bbe049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -7,16 +7,15 @@
]
},
"locked": {
"lastModified": 1669931201,
"narHash": "sha256-UnYFeaLPLj7e4eEt4GJooeJZhaZXyloQZYinwO/CeUw=",
"lastModified": 1672616755,
"narHash": "sha256-dvwU2ORLpiP6ZMXL3CJ/qrqmtLBLF6VAc+Fois7Qfew=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "995d6bc162c0539998ef6375c2c6b612972dc016",
"rev": "87673d7c13a799d95ce25ff5dc7b9e15f01af2ea",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"ref": "easyOverlay",
"repo": "flake-parts",
"type": "github"
}

View File

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/haskell-updates";
haskell-flake.url = "github:srid/haskell-flake";
flake-parts.url = "github:hercules-ci/flake-parts/easyOverlay"; # TODO merge
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
};