Flake: add PSeInt package

This commit is contained in:
Toast 2023-09-28 00:20:24 +02:00
parent 3480ab8216
commit 29e7ab4516
2 changed files with 55 additions and 1 deletions

View file

@ -63,7 +63,11 @@ outputs = { self, nixpkgs, nixpkgs-unstable, agenix, home-manager, home-manager-
export PS1="$PS1(toast-configs)> "
'';
};
packages = {
x86_64-linux = with import nixpkgs-unstable { system = "x86_64-linux"; }; {
pseint = callPackage ./pkgs/pseint.nix {};
};
};
nixosConfigurations = {
Archie = nixpkgs-unstable.lib.nixosSystem {
system = "x86_64-linux";