Skip to content

Commit

Permalink
add nix flake
Browse files Browse the repository at this point in the history
- hermetic linux & macos development environments `nix develop -c $SHELL`
- build derivations for `oxen` cli, `oxen-server` & `liboxen`
- build OCI derivations for `oxen` & `oxen-server`
  • Loading branch information
rupurt committed May 26, 2024
1 parent 3cb333f commit 473b32b
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 46 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ cli-test/spec/fixtures/*
# development, so we don't want to track those changes
.cargo/config.toml

# Nix outputs
result
91 changes: 45 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 473b32b

Please sign in to comment.