-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flake-parts
input missing from all flake.nix files
#2
Comments
Did you get an error message from somewhere? flake-parts should be obtained from the registry, the way the flake is written now. |
Apologies! I wasn't aware |
No problem. However, flake-parts has not been moved into nixpkgs. Flakes have this magic feature: {
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = inputs@{ foo, bar, baz, ... }:
... The inputs |
Does not happen if I explicitly add |
No description provided.
The text was updated successfully, but these errors were encountered: