remove useless rec
This commit is contained in:
parent
e6510e2833
commit
bf3bddbc5a
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
};
|
};
|
||||||
package = builtins.fromJSON (builtins.readFile ./package.json);
|
package = builtins.fromJSON (builtins.readFile ./package.json);
|
||||||
in
|
in {
|
||||||
rec {
|
|
||||||
packages = flake-utils.lib.flattenTree rec {
|
packages = flake-utils.lib.flattenTree rec {
|
||||||
default = reidlab-pink;
|
default = reidlab-pink;
|
||||||
reidlab-pink = pkgs.buildNpmPackage {
|
reidlab-pink = pkgs.buildNpmPackage {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue