Skip to content

Commit b7a385a

Browse files
committed
feat: move to klarkc
1 parent 6800622 commit b7a385a

File tree

7 files changed

+162
-162
lines changed

7 files changed

+162
-162
lines changed

.github/workflows/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
# any changes before the test must happen now
3434
(
3535
cd ${SOURCE_DIR}/${TMPL}
36-
sed -i 's|\(.*\)github:LovelaceAcademy/nix-templates?dir=\(.*\)|\1path:../\2|g' flake.nix
36+
sed -i 's|\(.*\)github:klarkc/nix-templates?dir=\(.*\)|\1path:../\2|g' flake.nix
3737
nix flake lock
3838
)
3939
# prepare the target

CHANGELOG.md

Lines changed: 153 additions & 153 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nix-templates
22

3-
[![Test](https://github.com/LovelaceAcademy/nix-templates/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/LovelaceAcademy/nix-templates/actions/workflows/test.yml?query=branch%3Amain)
3+
[![Test](https://github.com/klarkc/nix-templates/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/LovelaceAcademy/nix-templates/actions/workflows/test.yml?query=branch%3Amain)
44

55
Minimal reproducible nix flake templates.
66

@@ -14,7 +14,7 @@ Minimal reproducible nix flake templates.
1414
## Usage
1515

1616
```bash
17-
nix flake init -t github:LovelaceAcademy/nix-templates#template-name
17+
nix flake init -t github:klarkc/nix-templates#template-name
1818
```
1919

2020
### Templates

pix-ctl-full/flake.lock

Lines changed: 2 additions & 2 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?dir=iogx-plutus";
9+
script.url = "github:klarkc/nix-templates?dir=iogx-plutus";
1010
};
1111

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

pix-ctl/flake.lock

Lines changed: 2 additions & 2 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?dir=iogx-plutus";
9+
script.url = "github:klarkc/nix-templates?dir=iogx-plutus";
1010
};
1111

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

0 commit comments

Comments
 (0)