Skip to content

Commit

Permalink
Move Nix files to a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Nov 13, 2020
1 parent 0828391 commit e5cb062
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.h linguist-language=C
*.nix linguist-documentation=true
/.github/* linguist-documentation=true
/nix/* linguist-documentation=true
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
}
}:

pkgs.callPackage ./derivation.nix {
pkgs.callPackage ./nix/derivation.nix {
inherit php buildPecl phpEpegVersion phpEpegSrc phpEpegSha256;
}
2 changes: 1 addition & 1 deletion ci.nix → nix/ci.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
generateTestsForPlatform = { pkgs, php, buildPecl }:
pkgs.recurseIntoAttrs {
epeg = pkgs.callPackage ./default.nix {
epeg = pkgs.callPackage ../default.nix {
inherit php buildPecl;
};
};
Expand Down
File renamed without changes.

0 comments on commit e5cb062

Please sign in to comment.