1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 20:51:00 +01:00

Move call-flake.nix to nix-flake

As suggested by Ericson2314 in review
https://github.com/NixOS/nix/pull/12759#issuecomment-2755352343
This commit is contained in:
Robert Hensing 2025-03-26 20:02:06 +00:00
parent 6fc9651d57
commit 0c75581d8b
7 changed files with 34 additions and 10 deletions

View file

@ -28,6 +28,7 @@ mkMesonLibrary (finalAttrs: {
../../.version
./.version
./meson.build
./call-flake.nix
(fileset.fileFilter (file: file.hasExt "cc") ./.)
(fileset.fileFilter (file: file.hasExt "hh") ./.)
];