Flake: add PSeInt package
This commit is contained in:
parent
3480ab8216
commit
29e7ab4516
2 changed files with 55 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue