this repo has no description
1
fork

Configure Feed

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

Merge pull request #3 from Bwc9876/spoon/auto-yyvmtsrvqlto

Shtuff

authored by

Ben C and committed by
GitHub
17ee7cad fdffe002

+7 -13
+4 -9
flake.lock
··· 632 632 "impermanence": [ 633 633 "imperm" 634 634 ], 635 - "nix-index-database": [ 636 - "nix-index-db" 637 - ], 638 635 "nixpkgs": [ 639 636 "nixpkgs" 640 637 ] 641 638 }, 642 639 "locked": { 643 - "dir": "nixos-config", 644 - "lastModified": 1755528728, 645 - "narHash": "sha256-2xW4v7E3aA/JjmONbh0nBsLGr6tbf0sgPybL+AzHjl0=", 640 + "lastModified": 1755837860, 641 + "narHash": "sha256-UZjpi267uAFAkvA4BmlJgh33nP7Gf+7jfDyLyrbijeo=", 646 642 "ref": "refs/heads/main", 647 - "rev": "69e62a4acd44548a77f59abd5883ab24e51a7788", 648 - "revCount": 214, 643 + "rev": "1b8da46ed191d99dd5bdb439b09ae6c345b6e8c7", 644 + "revCount": 223, 649 645 "type": "git", 650 646 "url": "https://codeberg.org/spoonbaker/mono" 651 647 }, 652 648 "original": { 653 - "dir": "nixos-config", 654 649 "type": "git", 655 650 "url": "https://codeberg.org/spoonbaker/mono" 656 651 }
+1 -2
flake.nix
··· 26 26 bingus.url = "github:Bwc9876/bingus-bot"; 27 27 bingus.inputs.nixpkgs.follows = "nixpkgs"; 28 28 29 - spoon.url = "git+https://codeberg.org/spoonbaker/mono?dir=nixos-config"; 29 + spoon.url = "git+https://codeberg.org/spoonbaker/mono"; 30 30 spoon.inputs = { 31 31 nixpkgs.follows = "nixpkgs"; 32 32 flakelight.follows = "flakelight"; 33 33 home-manager.follows = "hm"; 34 34 impermanence.follows = "imperm"; 35 - nix-index-database.follows = "nix-index-db"; 36 35 }; 37 36 }; 38 37
+2 -2
justfile
··· 28 28 [private] 29 29 alias c := check 30 30 # c: run all checks for the current system 31 - check: 32 - nix flake check --show-trace {{ if env("SPOON_PATH", "") != "" {"--override-input spoon \"$SPOON_PATH\""} else { "" } }} --log-format internal-json -v |& nom --json 31 + check *ARGS: 32 + nix flake check --show-trace {{ if env("SPOON_PATH", "") != "" {"--override-input spoon \"$SPOON_PATH\" --no-build"} else { "" } }} {{ ARGS }} --log-format internal-json -v |& nom --json 33 33 34 34 [private] 35 35 alias f := format