diff --git a/Test/ViewSupportSpec.hs b/Test/ViewSupportSpec.hs
index f0f54e7bf..8911230cd 100644
--- a/Test/ViewSupportSpec.hs
+++ b/Test/ViewSupportSpec.hs
@@ -134,6 +134,6 @@ tests = beforeAll (mockContextNoDatabase WebApplication config) do
id :: Id' "users"
id = Id ("70a10b53-a776-470a-91a8-900cdda06aa2" :: UUID)
- (ClassyPrelude.tshow [hsx||]) `shouldBe` ""
+ (ClassyPrelude.tshow [hsx||]) `shouldBe` ""
type instance PrimaryKey "users" = UUID
\ No newline at end of file
diff --git a/flake.lock b/flake.lock
index 70270fc75..5a1756a44 100644
--- a/flake.lock
+++ b/flake.lock
@@ -488,17 +488,17 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1696172942,
- "narHash": "sha256-hKlB5InxJjDxLy5NJ4tQKEJ39Om81H87uoo0HHBG2UU=",
- "owner": "mpscholten",
+ "lastModified": 1696291921,
+ "narHash": "sha256-isKgVAoUxuxYEuO3Q4xhbfKcZrF/+UkJtOTv0eb/W5E=",
+ "owner": "NixOS",
"repo": "nixpkgs",
- "rev": "3cdb4f45a50eb2a6a1a65f324e8243cedef4b19c",
+ "rev": "ea0284a3da391822909be5e98a60c1e62572a7dc",
"type": "github"
},
"original": {
- "owner": "mpscholten",
- "ref": "fix-ghc-m1-issue",
+ "owner": "NixOS",
"repo": "nixpkgs",
+ "rev": "ea0284a3da391822909be5e98a60c1e62572a7dc",
"type": "github"
}
},