We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea41ad commit 5bbcea1Copy full SHA for 5bbcea1
hnix.cabal
@@ -11,9 +11,19 @@ license: BSD3
11
license-file: LICENSE
12
build-type: Simple
13
cabal-version: >= 1.10
14
+data-dir: data/
15
+data-files:
16
+ nix/corepkgs/buildenv.nix
17
+ nix/corepkgs/unpack-channel.nix
18
+ nix/corepkgs/derivation.nix
19
+ nix/corepkgs/fetchurl.nix
20
+ nix/corepkgs/imported-drv-to-derivation.nix
21
extra-source-files:
22
data/nix/corepkgs/buildenv.nix
23
+ data/nix/corepkgs/unpack-channel.nix
24
data/nix/corepkgs/derivation.nix
25
+ data/nix/corepkgs/fetchurl.nix
26
+ data/nix/corepkgs/imported-drv-to-derivation.nix
27
data/nix/tests/lang/binary-data
28
data/nix/tests/lang/data
29
data/nix/tests/lang/dir1/a.nix
0 commit comments