diff options
author | Karel Kočí <cynerd@email.cz> | 2022-11-02 11:51:17 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-11-02 11:51:17 +0100 |
commit | 20d1eb7b103a2c4d80d91ff09b9c1495d10e1ee9 (patch) | |
tree | 2178dc3fe1e4b7eabf2aaf1e3edaa6f4d5ab29f0 | |
parent | ef902c887abca97a7efe39f13ee87674680a47c4 (diff) | |
download | nixos-personal-20d1eb7b103a2c4d80d91ff09b9c1495d10e1ee9.tar.gz nixos-personal-20d1eb7b103a2c4d80d91ff09b9c1495d10e1ee9.tar.bz2 nixos-personal-20d1eb7b103a2c4d80d91ff09b9c1495d10e1ee9.zip |
flake: use github url for NixTurris
-rw-r--r-- | flake.lock | 18 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 10 insertions, 10 deletions
@@ -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": { @@ -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"; }; |