mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-18 08:07:17 +02:00
packaging: Remove package.nix from libexpr src
This commit is contained in:
parent
0a49d1e0d2
commit
d21026b6f1
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@ mkMesonDerivation (finalAttrs: {
|
||||||
(fileset.fileFilter (file: file.hasExt "hh") ./.)
|
(fileset.fileFilter (file: file.hasExt "hh") ./.)
|
||||||
./lexer.l
|
./lexer.l
|
||||||
./parser.y
|
./parser.y
|
||||||
|
(fileset.difference
|
||||||
(fileset.fileFilter (file: file.hasExt "nix") ./.)
|
(fileset.fileFilter (file: file.hasExt "nix") ./.)
|
||||||
|
./package.nix
|
||||||
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue