mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
flake.nix: Use upstream gitignore.nix instead of Ivan's fork
This commit is contained in:
parent
756d73c78c
commit
20753c1bdb
@ -2,7 +2,7 @@
|
||||
{
|
||||
inputs = {
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
git-ignore-nix.url = github:IvanMalison/gitignore.nix/master;
|
||||
git-ignore-nix.url = github:hercules-ci/gitignore.nix/master;
|
||||
xmonad.url = github:xmonad/xmonad;
|
||||
};
|
||||
outputs = { self, flake-utils, nixpkgs, git-ignore-nix, xmonad }:
|
||||
|
Loading…
x
Reference in New Issue
Block a user