Skip to content

Commit 738e768

Browse files
committed
fix(pix-ctl|pix-ctl-full): fix missing cache branch
1 parent aef9093 commit 738e768

4 files changed

Lines changed: 8 additions & 10 deletions

File tree

pix-ctl-full/flake.lock

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

pix-ctl-full/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
purs-nix.follows = "ctl-nix/purs-nix";
77
ps-tools.follows = "ctl-nix/purs-nix/ps-tools";
88
utils.url = "github:ursi/flake-utils";
9-
script.url = "github:LovelaceAcademy/nix-templates/change-cache?dir=iogx-plutus";
9+
script.url = "github:LovelaceAcademy/nix-templates?dir=iogx-plutus";
1010
};
1111

1212
outputs = { self, utils, ... }@inputs:

pix-ctl/flake.lock

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

pix-ctl/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
purs-nix.follows = "ctl-nix/purs-nix";
77
ps-tools.follows = "ctl-nix/purs-nix/ps-tools";
88
utils.url = "github:ursi/flake-utils";
9-
script.url = "github:LovelaceAcademy/nix-templates/change-cache?dir=iogx-plutus";
9+
script.url = "github:LovelaceAcademy/nix-templates?dir=iogx-plutus";
1010
};
1111

1212
outputs = { self, utils, ... }@inputs:

0 commit comments

Comments
 (0)