From 20d1eb7b103a2c4d80d91ff09b9c1495d10e1ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 2 Nov 2022 11:51:17 +0100 Subject: flake: use github url for NixTurris --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 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"; }; -- cgit v1.2.3