Skip to content

Instantly share code, notes, and snippets.

@jvns

jvns/flake.nix Secret

Created November 14, 2023 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvns/b51d4c2f04b705310cff18fcab291630 to your computer and use it in GitHub Desktop.
Save jvns/b51d4c2f04b705310cff18fcab291630 to your computer and use it in GitHub Desktop.
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-23.05-darwin";
outputs = { self, nixpkgs }: {
defaultPackage.aarch64-darwin = with nixpkgs.legacyPackages.aarch64-darwin; [
cowsay
python3.10
];
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment