smol progress on imhex

This commit is contained in:
Grigory Shipunov 2023-01-27 22:20:34 +01:00
parent 0214936fc3
commit 3675644373
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 66 additions and 6 deletions

View file

@ -40,7 +40,7 @@
in
{
packages.slick = pkgs.callPackage "${self}/pkgs/slick.nix" { };
packages.imhex = pkgs.callPackage "${self}/pkgs/imhex.nix" { };
packages.imhex = pkgs.libsForQt5.callPackage "${self}/pkgs/imhex.nix" { };
})
//
{
@ -48,6 +48,7 @@
inherit (self.packages.${prev.system})
slick;
};
nixosConfigurations = {
toaster = nixpkgs-unstable.lib.nixosSystem {
system = "x86_64-linux";