Skip to content

Commit fbace12

Browse files
committed
Upgraded frontend input
1 parent 67d6cc9 commit fbace12

File tree

2 files changed

+84
-33
lines changed

2 files changed

+84
-33
lines changed

flake.lock

Lines changed: 79 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
description = "Seabug";
33

44
inputs = {
5-
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
66

77
# TODO change after they are merged
8-
nft-marketplace-frontend.url = github:mlabs-haskell/nft-marketplace/aciceri/contract-updates-and-nix;
8+
nft-marketplace-frontend.url = "/home/ccr/mlabs/nft-marketplace";
9+
# nft-marketplace-frontend.url = "github:mlabs-haskell/nft-marketplace/marton/flake";
910

10-
nft-marketplace-server.url = github:mlabs-haskell/nft-marketplace-server/aciceri/nix;
11+
# nft-marketplace-server.url = "/home/ccr/mlabs/nft-marketplace-server";
12+
nft-marketplace-server.url = "github:mlabs-haskell/nft-marketplace-server/aciceri/nix";
1113
};
1214
outputs =
1315
{ self

0 commit comments

Comments
 (0)