putz u in dhe washing machin and spins ur bsky pofile pictuer !!! :D
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

consistent name

did:plc:73gqgbnvpx5syidcponjri… e685ca60 89c94625

verified
+5 -5
+1 -1
.statefile
··· 1 - 1 1 + 2
+3 -3
flake.nix
··· 16 16 in 17 17 { 18 18 packages = forAllSystems (pkgs: { 19 - example = pkgs.callPackage ./nix/default.nix { }; 20 - default = self.packages.${pkgs.stdenv.hostPlatform.system}.example; 19 + washing-machien = pkgs.callPackage ./nix/default.nix { }; 20 + default = self.packages.${pkgs.stdenv.hostPlatform.system}.washing-machien; 21 21 }); 22 22 23 23 devShells = forAllSystems (pkgs: { 24 24 default = pkgs.callPackage ./nix/shell.nix { }; 25 25 }); 26 26 27 - overlays.default = final: _: { example = final.callPackage ./nix/default.nix { }; }; 27 + overlays.default = final: _: { washing-machien = final.callPackage ./nix/default.nix { }; }; 28 28 }; 29 29 }
+1 -1
nix/default.nix
··· 22 22 meta = { 23 23 inherit (toml) homepage description; 24 24 license = lib.licenses.eupl12; 25 - mainProgram = "washing-machin"; 25 + mainProgram = "washing-machien"; 26 26 }; 27 27 }