summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/flake.nix b/flake.nix
index 0111324..27d6288 100644
--- a/flake.nix
+++ b/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";