mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
fix: deprecated url literals
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
committed by
brandon s allbery kf8nh
parent
2973c283ae
commit
4350936ba5
@@ -2,9 +2,9 @@
|
||||
# See NIX.md for an overview of module usage.
|
||||
{
|
||||
inputs = {
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
git-ignore-nix.url = github:hercules-ci/gitignore.nix/master;
|
||||
xmonad.url = github:xmonad/xmonad;
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
git-ignore-nix.url = "github:hercules-ci/gitignore.nix/master";
|
||||
xmonad.url = "github:xmonad/xmonad";
|
||||
};
|
||||
outputs = { self, flake-utils, nixpkgs, git-ignore-nix, xmonad }:
|
||||
with xmonad.lib;
|
||||
|
Reference in New Issue
Block a user