fix(package): fix pankomacs package not being defined properly
This commit is contained in:
parent
f86a287c6d
commit
b6f3f3c9cb
1 changed files with 2 additions and 4 deletions
|
@ -24,11 +24,9 @@
|
|||
(import inputs.emacs)
|
||||
];
|
||||
};
|
||||
packages.pankomacs = pkgs.callPackage ./nix/package.nix;
|
||||
packages.default = self'.packages.pankomacs;
|
||||
|
||||
apps.pankomacs.program = "${self'.packages.pankomacs}/bin/emacs";
|
||||
apps.default = self'.apps.pankomacs;
|
||||
packages.pankomacs = pkgs.callPackage ./nix/package.nix { };
|
||||
packages.default = self'.packages.pankomacs;
|
||||
|
||||
formatter = pkgs.nixpkgs-fmt;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue