Skip to content

add nix derivation#115

Open
sd-st wants to merge 3 commits intomainfrom
nix-flake
Open

add nix derivation#115
sd-st wants to merge 3 commits intomainfrom
nix-flake

Conversation

@sd-st
Copy link

@sd-st sd-st commented Mar 5, 2026

Now we can build with nix build and it's much easier for any Nix user to add this to their list of packages (:

Any reason why I shouldn't put this in nixpkgs as well?

flake.nix Outdated
Comment on lines +26 to +31
config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
"terraform"
];
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be unnecessary

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im such a silly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants