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

main
xenofem 2024-02-15 19:35:35 -05:00
parent 33c6b9fa1f
commit 34c0435d05
1 changed files with 1 additions and 1 deletions

View File

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