diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/flake/packages.nix | 4 | ||||
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/nix/flake/packages.nix b/nix/flake/packages.nix index 10c003f..3bfbec5 100644 --- a/nix/flake/packages.nix +++ b/nix/flake/packages.nix @@ -6,8 +6,7 @@ perSystem = { config, pkgs, ... }: { overlayAttrs = { inherit (config.packages) - seqstat - slocalc; + seqstat; }; packages = { @@ -16,7 +15,6 @@ ipconverter = pkgs.callPackage "${self}/packages/ipconverter" { }; robloxenv = pkgs.callPackage "${self}/packages/robloxenv" { }; seqstat = pkgs.callPackage "${self}/packages/seqstat" { }; - slocalc = pkgs.callPackage "${self}/packages/slocalc" { }; }; }; } diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index a95558c..2c3734c 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -32,7 +32,6 @@ self.packages.${pkgs.system}.git-broom self.packages.${pkgs.system}.ipconverter self.packages.${pkgs.system}.seqstat - self.packages.${pkgs.system}.slocalc ]; xdg = { |