diff options
author | Leonardo Santiago <[email protected]> | 2024-11-12 15:44:21 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-11-12 15:44:21 -0300 |
commit | c49c5e8e9086e68010c45b65196b8669f106dbf9 (patch) | |
tree | 549c116bf16cfbecbbc6fe9ba03bce5dbd6819d3 | |
parent | f34f7bfe32976e03bc4685f8387cf15aa0c1be8c (diff) |
remove blog input
-rw-r--r-- | flake.lock | 17 | ||||
-rw-r--r-- | flake.nix | 4 |
2 files changed, 0 insertions, 21 deletions
@@ -25,22 +25,6 @@ "type": "github" } }, - "blog": { - "flake": false, - "locked": { - "lastModified": 1729812499, - "narHash": "sha256-+vtJwxWSpBn56gutVEcT9xRnDjyNIz6DWvce2spG68I=", - "owner": "o-santi", - "repo": "o-santi.github.io", - "rev": "daca93760b5e4b250eabe026e35865d2932937ec", - "type": "github" - }, - "original": { - "owner": "o-santi", - "repo": "o-santi.github.io", - "type": "github" - } - }, "darwin": { "inputs": { "nixpkgs": [ @@ -255,7 +239,6 @@ "root": { "inputs": { "agenix": "agenix", - "blog": "blog", "emacs-overlay": "emacs-overlay", "firefox-gnome-theme": "firefox-gnome-theme", "home-manager": "home-manager", @@ -18,10 +18,6 @@ flake = false; }; mixrank.url = "git+ssh://[email protected]/mixrank/mixrank"; - blog = { - url = "github:o-santi/o-santi.github.io"; - flake = false; - }; }; outputs = { self, nixpkgs, ... } @ inputs : let |