diff options
| author | Grigory Shipunov | 2023-08-05 20:48:58 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-08-05 20:51:15 +0200 |
| commit | 9e5d5bd874850df8090c6b43a09bd6fab74e537c (patch) | |
| tree | 718ea139ed960358204472ec7e7151c73a37035e /flake.nix | |
| parent | 8b8d90cec49f9af706d0a1fc090c89441943b088 (diff) | |
retire toaster and remove dead code
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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"; |
