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 /flake.nix | |
parent | f34f7bfe32976e03bc4685f8387cf15aa0c1be8c (diff) |
remove blog input
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |