smol progress on imhex
This commit is contained in:
parent
0214936fc3
commit
3675644373
2 changed files with 66 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue