retire toaster and remove dead code
This commit is contained in:
parent
8b8d90cec4
commit
9e5d5bd874
30 changed files with 0 additions and 1468 deletions
15
flake.nix
15
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue