From 458c829ca4dcf87bec27d21562a2faf68860524b Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Sat, 25 Jan 2025 23:37:58 -0800 Subject: [PATCH] remove rokit --- nix/flake.lock | 23 +---------------------- nix/flake.nix | 3 --- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/nix/flake.lock b/nix/flake.lock index 10a6103..ebca231 100755 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -88,32 +88,11 @@ "type": "github" } }, - "rokit": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1737867604, - "narHash": "sha256-Zqez88FVTfXX0MXwIBKhV9RRQrqFYj5sxtschbloaL0=", - "owner": "rocketcamel", - "repo": "rokit-nix", - "rev": "e70887b617a7c38e767497aeb51a07d0ae23817d", - "type": "github" - }, - "original": { - "owner": "rocketcamel", - "repo": "rokit-nix", - "type": "github" - } - }, "root": { "inputs": { "home-manager": "home-manager", "nixos-wsl": "nixos-wsl", - "nixpkgs": "nixpkgs_2", - "rokit": "rokit" + "nixpkgs": "nixpkgs_2" } } }, diff --git a/nix/flake.nix b/nix/flake.nix index afa391b..49e00c3 100755 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -6,8 +6,6 @@ nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - rokit.url = "github:rocketcamel/rokit-nix"; - rokit.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = @@ -54,7 +52,6 @@ "nix-command" "flakes" ]; - environment.systemPackages = [ inputs.rokit.packages.x86_64-linux.rokit ]; } ] ++ (