Skip to content

Commit

Permalink
feat(registry): adds reference to python-nix-template
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Feb 28, 2025
1 parent 5c02002 commit 88dc2cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/omnix-init/registry/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
haskell-template.url = "github:srid/haskell-template";
haskell-template.flake = false;

python-nix-template.url = "github:sciexp/python-nix-template";
python-nix-template.flake = false;

rust-nix-template.url = "github:srid/rust-nix-template";
rust-nix-template.flake = false;

Expand Down

0 comments on commit 88dc2cd

Please sign in to comment.