mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
Everything builds in the dev shell now
This commit is contained in:
parent
429d6ae2b5
commit
46ec69a483
9 changed files with 238 additions and 8 deletions
|
@ -41,7 +41,7 @@ mkDerivation (finalAttrs: {
|
|||
root = ./.;
|
||||
fileset = fileset.unions [
|
||||
./meson.build
|
||||
./meson.options
|
||||
# ./meson.options
|
||||
(fileset.fileFilter (file: file.hasExt "cc") ./.)
|
||||
(fileset.fileFilter (file: file.hasExt "hh") ./.)
|
||||
(fileset.fileFilter (file: file.hasExt "h") ./.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue