Use GitHub source for xmonad-river

This commit is contained in:
2026-05-05 22:39:44 -07:00
parent fc293e079a
commit 8f2bb38d23
2 changed files with 11 additions and 7 deletions

16
nixos/flake.lock generated
View File

@@ -2127,14 +2127,18 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1777692941, "lastModified": 1778045826,
"narHash": "sha256-Dk2kvdMGlfrF3kiJsioFEbGZGHjgRP9qY1ggOS4yKGo=", "narHash": "sha256-GN7gUDgagY0Iyahl/xnSAKI8zCVUY1pwHPHeo1UhYHY=",
"path": "/home/imalison/Projects/xmonad-river", "owner": "colonelpanic8",
"type": "path" "repo": "xmonad",
"rev": "fc225f2718299cdcc0cfdded178a67c747e93d74",
"type": "github"
}, },
"original": { "original": {
"path": "/home/imalison/Projects/xmonad-river", "owner": "colonelpanic8",
"type": "path" "ref": "xmonad-river",
"repo": "xmonad",
"type": "github"
} }
} }
}, },

View File

@@ -148,7 +148,7 @@
}; };
xmonad-river = { xmonad-river = {
url = "path:/home/imalison/Projects/xmonad-river"; url = "github:colonelpanic8/xmonad/xmonad-river";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
unstable.follows = "nixpkgs"; unstable.follows = "nixpkgs";