Skip to content

Commit c566f7a

Browse files
committed
flakreate: delete
in favour of omnix-init
1 parent b3e6b4c commit c566f7a

File tree

22 files changed

+11
-1803
lines changed

22 files changed

+11
-1803
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ watch_file \
55
./crates/*/crate.nix \
66
*.nix \
77
rust-toolchain.toml \
8-
crates/flakreate/registry/flake.*
8+
crates/omnix-init/registry/flake.*
99
use flake .

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ members = [
99
"crates/nix_rs",
1010
"crates/nixci",
1111
"crates/nix_health",
12-
"crates/flakreate",
1312
]
1413

1514
[workspace.dependencies]
@@ -25,7 +24,6 @@ console_error_panic_hook = "0.1"
2524
console_log = "1"
2625
direnv = "0.1.1"
2726
fermi = "0.4.3"
28-
flakreate = { version = "0.1.0", path = "./crates/flakreate" }
2927
futures-lite = "2.3.0"
3028
glob = "0.3.1"
3129
globset = { version = "0.4", features = ["serde1"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ See `tailwind.config.js` for colour aliases we use throughout the app. Instead o
7777
| `./crates/nix_rs` | Rust interface to the Nix command line |
7878
| `./crates/nix_health` | Nix health check library and executable |
7979
| `./crates/nixci` | Define and build CI for Nix projects anywhere |
80-
| `./crates/flakreate` | Rich flake templates |
80+
| `./crates/omnix-init` | Rich flake templates |
8181
| https://github.com/juspay/direnv-rs | Rust bindings for direnv |

crates/flakreate/Cargo.toml

Lines changed: 0 additions & 27 deletions
This file was deleted.

crates/flakreate/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/flakreate/crate.nix

Lines changed: 0 additions & 21 deletions
This file was deleted.

crates/flakreate/registry/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)