nix-gitignore
nix-gitignore copied to clipboard
superseded / unmaintained
Results
2
nix-gitignore issues
Sort by
recently updated
recently updated
newest added
My project is like: ``` { pkgs ? import ./pkgs.nix, haskellPath ? "ghc864" }: with pkgs; let haskellPackages = lib.getAttrFromPath (lib.splitString "." haskellPath) haskell.packages; drv = haskellPackages.callPackage (import ./cabal.nix) {...
Git allows ignore files to be specified outside the project directory in places such as `$XDG_CONFIG_HOME/git/ignore`, `~/.gitconfig`, etc. It would be really nice if this package could take those files...