mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
fix: deprecated url literals
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user