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:
commit
6ac93cfc7f
1 changed files with 1 additions and 1 deletions
|
@ -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-
|
||||
|
|
Loading…
Add table
Reference in a new issue