diff options
| author | Grigory Shipunov | 2023-01-27 22:20:34 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-27 22:59:24 +0100 |
| commit | 3675644373ae01c18e166afef8d74466cfc22948 (patch) | |
| tree | 2138395ca50eb4eca08784885d04475456f11899 /flake.nix | |
| parent | 0214936fc38c2c1465df90733bef2eb8cb4c8694 (diff) | |
smol progress on imhex
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 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"; |
