zimbatm
0d347c56f6
use defaultSystems in simpleFlake.nix
...
Keep the list of systems in sync by passing the list around.
Fixes #54
2022-05-12 18:28:16 +02:00
zah
0f8662f131
Bugfix: simpleFlake works only on x86 and Linux ( #57 )
...
I've discovered this while trying to use it on a M1 Macbook (an `aarch64-darwin` system).
The change makes sure it will work by default on most systems by default. The user would use this parameter only to restrict the systems if necessary.
2022-03-26 13:28:42 +01:00
Jonas Chevalier
5466c5bbec
simpleFlake: use only legacyPackages ( #23 )
...
Since Flake resolves both namespaces, and legacyPackages is more
forgiving, use that and not deal with the subtle differences.
2021-02-28 11:55:58 +00:00
David Arnold
8088c6dbe8
simpleFlakes: checks magic for CI ( #22 )
...
closes #21
2021-01-06 13:17:32 +01:00
zimbatm
a586a6b966
simpleFlake: support defaultPackage and devShell
2020-08-26 20:21:41 +02:00
zimbatm
e34fcedfc7
add lib.simpleFlake ( #5 )
2020-08-23 13:28:05 +00:00