use packages.<system>.default instead of defaultPackage in flake

This commit is contained in:
xenofem 2024-02-15 19:35:35 -05:00
parent 33c6b9fa1f
commit 34c0435d05

View file

@ -60,7 +60,7 @@
];
src = ./.;
};
default = dlibrary;
};
defaultPackage.x86_64-linux = self.packages.x86_64-linux.dlibrary;
};
}