aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-11-02 11:51:17 +0100
committerKarel Kočí <cynerd@email.cz>2022-11-02 11:51:17 +0100
commit20d1eb7b103a2c4d80d91ff09b9c1495d10e1ee9 (patch)
tree2178dc3fe1e4b7eabf2aaf1e3edaa6f4d5ab29f0
parentef902c887abca97a7efe39f13ee87674680a47c4 (diff)
downloadnixos-personal-20d1eb7b103a2c4d80d91ff09b9c1495d10e1ee9.tar.gz
nixos-personal-20d1eb7b103a2c4d80d91ff09b9c1495d10e1ee9.tar.bz2
nixos-personal-20d1eb7b103a2c4d80d91ff09b9c1495d10e1ee9.zip
flake: use github url for NixTurris
-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";
};