summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-01-27 22:20:34 +0100
committerGrigory Shipunov2023-01-27 22:59:24 +0100
commit3675644373ae01c18e166afef8d74466cfc22948 (patch)
tree2138395ca50eb4eca08784885d04475456f11899 /flake.nix
parent0214936fc38c2c1465df90733bef2eb8cb4c8694 (diff)
smol progress on imhex
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 674f901..8b0d2d8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";