diff options
author | Karel Kočí <cynerd@email.cz> | 2024-03-15 09:15:25 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-03-15 09:15:25 +0100 |
commit | b02fd72da221fdecad6840fde9e9bff611276efa (patch) | |
tree | 5023223dcec59c0f85355f5a761defe4bfd7bf9c | |
parent | b2ec9599373c7e0f5428694c5712c8fc0be06264 (diff) | |
download | nixos-personal-b02fd72da221fdecad6840fde9e9bff611276efa.tar.gz nixos-personal-b02fd72da221fdecad6840fde9e9bff611276efa.tar.bz2 nixos-personal-b02fd72da221fdecad6840fde9e9bff611276efa.zip |
Remove flatline
I can run it from repository, no need to have it in system. I don't use
it that much.
-rw-r--r-- | flake.nix | 3 | ||||
-rw-r--r-- | nixos/modules/develop.nix | 1 |
2 files changed, 0 insertions, 4 deletions
@@ -9,7 +9,6 @@ agenix.url = "github:ryantm/agenix"; shvspy.url = "git+https://github.com/silicon-heaven/shvspy.git?submodules=1"; - flatline.url = "git+https://gitlab.elektroline.cz/elektroline/flatlineng.git?submodules=1"; shvcli.url = "github:silicon-heaven/shvcli"; nixturris.url = "gitlab:cynerd/nixturris"; @@ -26,7 +25,6 @@ flake-utils, agenix, shvspy, - flatline, shvcli, nixdeploy, shellrc, @@ -43,7 +41,6 @@ default = nixpkgs.lib.composeManyExtensions [ agenix.overlays.default shvspy.overlays.default - flatline.overlays.default shvcli.overlays.default nixdeploy.overlays.default shellrc.overlays.default diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index cc8ce76..5e812b2 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -122,7 +122,6 @@ in { # SHV shvspy - flatline shvcli # Images |