Skip to content

Commit

Permalink
fix outdated code comment and flake description
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Aug 26, 2024
1 parent 0773e87 commit 4e9eccf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
### Nix flake for building nitro CLI utilities
#
# This is linux-only, if you are using MacOS
# - if you have nix-darwin installed (see https://daiderd.com/nix-darwin/manual/index.html#opt-nix.linux-builder.enable )
# - run nix build .#packages.aarch64-linux.eif_build
# - if you don't have Nix but have Docker (see Dockerfile):
# - docker build --platform=linux/aarch64 -t nix-tmp . && docker run -it -t nix-tmp
#
{
description = "Builds binaries for key exchange scripts deterministically, cross-platform";
description = "Builds AWS Nitro Enclave Image Format files (EIFs) deterministically, cross-platform";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
Expand Down

0 comments on commit 4e9eccf

Please sign in to comment.