mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
flake.nix: Use upstream gitignore.nix instead of Ivan's fork
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
flake-utils.url = github:numtide/flake-utils;
|
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;
|
xmonad.url = github:xmonad/xmonad;
|
||||||
};
|
};
|
||||||
outputs = { self, flake-utils, nixpkgs, git-ignore-nix, xmonad }:
|
outputs = { self, flake-utils, nixpkgs, git-ignore-nix, xmonad }:
|
||||||
|
Reference in New Issue
Block a user