summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bb627b4..d265c7e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
caelestia-shell = {
- url = "github:caelestia-dots/shell";
+ url = "git+https://g.freya.cat/caelestia-shell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.caelestia-cli.follows = "";
};