Allow calling flakes without a flake.lock #5

Merged
matthewbauer merged 1 commit from lockless-flake into master 2020-08-21 08:47:55 +00:00

1 commit

Author SHA1 Message Date
Matthew Bauer c71d063a2f Allow calling flakes without a flake.lock
If no inputs but "self" are specified, Nix will not generate a
flake.lock at all. In this case, Flakes are mostly just used to
provide a more pure Nix experience, while sources are locked through
some other means (niv, ob thunk, manually, etc.). Supporting this is a
little weird, but it ends up working for my
repo (https://github.com/matthewbauer/nixiosk).
2020-08-20 15:49:28 -05:00