diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/default.nix')
| -rw-r--r-- | users/ryan/modules/simple-bar/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/users/ryan/modules/simple-bar/default.nix b/users/ryan/modules/simple-bar/default.nix index 116216f..a309f61 100644 --- a/users/ryan/modules/simple-bar/default.nix +++ b/users/ryan/modules/simple-bar/default.nix | |||
| @@ -4,12 +4,7 @@ with lib; | |||
| 4 | 4 | ||
| 5 | let | 5 | let |
| 6 | cfg = config.ryan.simple-bar; | 6 | cfg = config.ryan.simple-bar; |
| 7 | # Fetch the git repo at a specific rev | 7 | "simple-bar-upstream" = ./simple-bar-source |
| 8 | "simple-bar-upstream" = builtins.fetchGit { | ||
| 9 | url = "https://github.com/Jean-Tinland/simple-bar"; | ||
| 10 | rev = "fb5cada548a05bd01f727772c0a18fd8c7f65b42"; | ||
| 11 | shallow = true; | ||
| 12 | }; | ||
| 13 | in | 8 | in |
| 14 | { | 9 | { |
| 15 | options.ryan.simple-bar.enable = mkEnableOption "simple-bar"; | 10 | options.ryan.simple-bar.enable = mkEnableOption "simple-bar"; |
