Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jan 17, 2025
1 parent c925fc2 commit 6a7722a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/nix/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ nix_sources += [
gen_header.process('get-env.sh'),
gen_header.process('profiles.md'),
gen_header.process('help-stores.md'),
gen_header.process('call-flake-schemas.nix'),
gen_header.process('builtin-flake-schemas.nix'),
]

Expand Down
2 changes: 2 additions & 0 deletions src/nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ mkMesonExecutable (finalAttrs: {
../../doc/manual/source/store/types/index.md.in
./profiles.md
../../doc/manual/source/command-ref/files/profiles.md
./call-flake-schemas.nix
./builtin-flake-schemas.nix

# Files
] ++ lib.concatMap
Expand Down

0 comments on commit 6a7722a

Please sign in to comment.