diff --git a/configurations/nixos/pureintent/configuration.nix b/configurations/nixos/pureintent/configuration.nix index 3d5bdcb..a6cf847 100644 --- a/configurations/nixos/pureintent/configuration.nix +++ b/configurations/nixos/pureintent/configuration.nix @@ -103,7 +103,6 @@ git btop python3 - flake.inputs.zmx.packages.${pkgs.stdenv.hostPlatform.system}.default ]; # Some programs need SUID wrappers, can be configured further or are diff --git a/flake.lock b/flake.lock index 919253d..a4b5751 100644 --- a/flake.lock +++ b/flake.lock @@ -284,11 +284,11 @@ "bun2nix": "bun2nix" }, "locked": { - "lastModified": 1780779982, - "narHash": "sha256-AITJfBUihUNlK80mVcMtO5L6/lM3nc9KeFYvUX7hA2U=", + "lastModified": 1781017448, + "narHash": "sha256-jF/PHxWqJDUYGhsM1WZYyR4p36oWHIAJvDbbxU19Dpc=", "owner": "srid", "repo": "drishti", - "rev": "2d0d81e1ad5c36ebbbd0b5c99c527822954f3519", + "rev": "a1b1706d479cb63e0d7ff8560fcdfb8e5fa30a10", "type": "github" }, "original": { @@ -505,24 +505,6 @@ "type": "github" } }, - "flake-utils": { - "inputs": { - "systems": "systems_5" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "fourmolu-nix": { "locked": { "lastModified": 1707266073, @@ -855,15 +837,16 @@ }, "kolu": { "locked": { - "lastModified": 1780877665, - "narHash": "sha256-fBZ+MgNhS4gtKIOTCQTZ759EWSjqRq9TQ96kMYA6Ptg=", + "lastModified": 1781026226, + "narHash": "sha256-b2inzwp3wcNUMzhnYHtGEZa0yjP7ljkdP4ehUpYjfwg=", "owner": "juspay", "repo": "kolu", - "rev": "a3748f8ae0f93bbb47bfd22ef82b508f1f4e6319", + "rev": "f87765843929144ce95113f9c6e21bdc860d9d2e", "type": "github" }, "original": { "owner": "juspay", + "ref": "r4-phase1-kolu-tui-list", "repo": "kolu", "type": "github" } @@ -1202,21 +1185,6 @@ "type": "github" } }, - "nixpkgs_7": { - "locked": { - "lastModified": 1764635402, - "narHash": "sha256-6rYcajRLe2C5ZYnV1HYskJl+QAkhvseWTzbdQiTN9OI=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "5f53b0d46d320352684242d000b36dcfbbf7b0bc", - "type": "github" - }, - "original": { - "owner": "nixos", - "repo": "nixpkgs", - "type": "github" - } - }, "process-compose-flake": { "locked": { "lastModified": 1767863885, @@ -1306,8 +1274,7 @@ "nixos-vscode-server": "nixos-vscode-server", "nixpkgs": "nixpkgs_5", "project-unknown": "project-unknown", - "vira": "vira", - "zmx": "zmx" + "vira": "vira" } }, "rust-flake": { @@ -1431,21 +1398,6 @@ "type": "github" } }, - "systems_5": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "tabler-icons-hs": { "flake": false, "locked": { @@ -1588,43 +1540,6 @@ "repo": "warp-tls-simple", "type": "github" } - }, - "zig2nix": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs_7" - }, - "locked": { - "lastModified": 1764678235, - "narHash": "sha256-NNQWR3DAufaH7fs6ZplfAv1xPHEc0Ne3Z0v4MNHCqSw=", - "owner": "Cloudef", - "repo": "zig2nix", - "rev": "8b6ec85bccdf6b91ded19e9ef671205937e271e6", - "type": "github" - }, - "original": { - "owner": "Cloudef", - "repo": "zig2nix", - "type": "github" - } - }, - "zmx": { - "inputs": { - "zig2nix": "zig2nix" - }, - "locked": { - "lastModified": 1776804427, - "narHash": "sha256-GMzvteQTfdLyy8ZvAKW1RkZQrNK2OJE/ZX6j89/Bzmc=", - "owner": "neurosnap", - "repo": "zmx", - "rev": "375046461dafb9ab2df1faf93cf35b25e37ed042", - "type": "github" - }, - "original": { - "owner": "neurosnap", - "repo": "zmx", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index e58b1a1..79be065 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,6 @@ nixos-vscode-server.url = "github:nix-community/nixos-vscode-server"; nix-index-database.url = "github:nix-community/nix-index-database"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; - zmx.url = "github:neurosnap/zmx"; # vira.url = "github:juspay/vira/github"; vira.url = "github:juspay/vira"; # landrun-nix.url = "github:srid/landrun-nix"; @@ -36,7 +35,7 @@ jumphost-nix.flake = false; # KOLU - kolu.url = "github:juspay/kolu"; + kolu.url = "github:juspay/kolu/r4-phase1-kolu-tui-list"; # drishti remote host monitor (home-manager module) drishti.url = "github:srid/drishti";