aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock18
-rw-r--r--flake.nix2
2 files changed, 10 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index 688d532..97a11d2 100644
--- a/flake.lock
+++ b/flake.lock
@@ -202,17 +202,17 @@
]
},
"locked": {
- "lastModified": 1666533636,
- "narHash": "sha256-l3YWDd1pOaW63PV5+uiZQPXrkobw5ehg0Hq0ojYFp/I=",
- "ref": "refs/heads/master",
- "rev": "fc435c8d4ed77f2949d944f037a876b7043bcac5",
- "revCount": 52,
- "type": "git",
- "url": "https://git.cynerd.cz/nixturris"
+ "lastModified": 1667320037,
+ "narHash": "sha256-qHZZFLEsW3m7yKw8MsRCLwoni+faOffvNHDHXKGb6pg=",
+ "owner": "cynerd",
+ "repo": "nixturris",
+ "rev": "5d28f71750824b66212e9ec165f557318b79bcfb",
+ "type": "github"
},
"original": {
- "type": "git",
- "url": "https://git.cynerd.cz/nixturris"
+ "owner": "cynerd",
+ "repo": "nixturris",
+ "type": "github"
}
},
"personal-secret": {
diff --git a/flake.nix b/flake.nix
index 2435b39..adfd959 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
shellrc.url = "git+https://git.cynerd.cz/shellrc";
personal-secret.url = "git+ssh://git@cynerd.cz/nixos-personal-secret";
nixturris = {
- url = "git+https://git.cynerd.cz/nixturris";
+ url = "github:cynerd/nixturris";
#url = "/home/cynerd/projects/nixturris";
inputs.nixpkgs.follows = "nixpkgs";
};