flakify even more
This commit is contained in:
parent
88e95aa613
commit
479c359f79
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
mateamt-src.url = "git+https://gitea.nek0.eu/nek0/mateamt";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, affection-src }:
|
||||
outputs = { self, nixpkgs, flake-utils, mateamt-src }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
|
@ -21,7 +21,7 @@
|
|||
in {
|
||||
packages.${packageName} = # (ref:haskell-package-def)
|
||||
haskellPackages.callCabal2nix packageName self rec {
|
||||
affection = mateamt-src.defaultPackage.${system};
|
||||
mateamt = mateamt-src.defaultPackage.${system};
|
||||
};
|
||||
|
||||
defaultPackage = self.packages.${system}.${packageName};
|
||||
|
|
Loading…
Reference in a new issue