File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 77 outputs = { self , nixpkgs , flake-utils } :
88 {
99 overlays . default = final : prev : {
10- inherit ( self . packages . ${ prev . system } ) default ;
10+ inherit ( self . packages . ${ prev . system } ) bapsicle ;
1111 } ;
1212 nixosModules . default = import ./nixos.nix ( self . overlays . default ) ;
1313 } // flake-utils . lib . eachDefaultSystem ( system :
5959 psutil
6060 ] ;
6161 version = self . shortRev or self . dirtyShortRev or "dirty-inputs" ;
62- in
63- {
64- packages = rec {
65- default = pkgs . python313Packages . buildPythonApplication {
62+ bapsicle = pkgs . python313Packages . buildPythonApplication {
6663 pname = "bapsicle" ;
6764 inherit version ;
6865 doCheck = false ;
8279 ./patches/2-not-beta.patch
8380 ] ;
8481 } ;
82+ in
83+ {
84+ packages = rec {
85+ default = bapsicle ;
8586
86- inherit webstudio ;
87+ inherit bapsicle webstudio ;
8788 } ;
8889
8990 devShells . default = pkgs . mkShell {
You can’t perform that action at this time.
0 commit comments