From 9e5d5bd874850df8090c6b43a09bd6fab74e537c Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 5 Aug 2023 20:48:58 +0200 Subject: retire toaster and remove dead code --- flake.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0111324..27d6288 100644 --- a/flake.nix +++ b/flake.nix @@ -32,22 +32,7 @@ , ... }: - flake-utils.lib.eachDefaultSystem - (system: - let - pkgs = nixpkgs.legacyPackages.${system}; - in - { - packages.slick = pkgs.callPackage "${self}/pkgs/slick.nix" { }; - # packages.imhex = pkgs.libsForQt5.callPackage "${self}/pkgs/imhex.nix" { }; - }) - // { - overlays.default = _final: prev: { - inherit (self.packages.${prev.system}) - slick; - }; - nixosConfigurations = { cirrus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; -- cgit v1.3.1