debug
This commit is contained in:
parent
d2ce99cf52
commit
00d0e21bc8
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@
|
|||
rec {
|
||||
# Use nixpkgs-fmt for 'nix fmt'
|
||||
formatter = forAllSystems (system: nixpkgs.legacyPackages."${system}".nixpkgs-fmt);
|
||||
buildPhase = forAllSystems (system: nixpkgs.legacyPackages."${system}".stdenv.mkDerivation {
|
||||
buildPhase = ''
|
||||
export HOME=$(pwd)
|
||||
'';
|
||||
});
|
||||
|
||||
# setup devshells against shell.nix
|
||||
# devShells = forAllSystems (pkgs: import ./shell.nix { inherit pkgs; });
|
||||
|
|
Reference in a new issue