1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-31 04:04:55 +00:00

Merge pull request #33 from edrex/patch-1

Set packages.default for `nix run`
This commit is contained in:
Robert Hensing 2022-06-04 10:12:28 +02:00 committed by GitHub
commit 6ac93cfc7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
# system.
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
packages.hello = pkgs.hello;
packages.default = pkgs.hello;
};
flake = {
# The usual flake attributes can be defined here, including system-