Flake for my NixOS devices
1
fork

Configure Feed

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

Remove spoon inputs

bwc9876.dev c0ff2310 49a75a22

verified
+31 -35
+3 -3
flake.lock
··· 44 44 ] 45 45 }, 46 46 "locked": { 47 - "lastModified": 1774069322, 48 - "narHash": "sha256-jf/AKk8APrn+cMLFLWsMrjwMHld61PHU12egK8G+CCY=", 47 + "lastModified": 1774070037, 48 + "narHash": "sha256-X9b2VM+9cV312uWcsRwg4lL+FbopTuXMCX2Yyb8jAAU=", 49 49 "owner": "Bwc9876", 50 50 "repo": "bingus-bot", 51 - "rev": "a6e9503ad54614ee204f84363e7949ce076ff6d8", 51 + "rev": "d55c36b3268f1ef2b63ab8989a37f82a326ec7c6", 52 52 "type": "github" 53 53 }, 54 54 "original": {
+28 -31
flake.nix
··· 43 43 spoon.url = "git+https://codeberg.org/spoonbaker/mono"; 44 44 }; 45 45 46 - outputs = 47 - inputs@{ 48 - self, 49 - nixpkgs, 50 - flakelight, 51 - flakelight-treefmt, 52 - nix-index-db, 53 - hm, 54 - nixos-hardware, 55 - lanzaboote, 56 - wayland-mpris-idle-inhibit, 57 - fenix, 58 - catppuccin, 59 - # cat-stylus, 60 - nixvim, 61 - imperm, 62 - nu_plugin_dbus, 63 - bingus, 64 - spoon, 65 - niri, 66 - musnix, 67 - tangled, 68 - }: 46 + outputs = inputs @ { 47 + self, 48 + nixpkgs, 49 + flakelight, 50 + flakelight-treefmt, 51 + nix-index-db, 52 + hm, 53 + nixos-hardware, 54 + lanzaboote, 55 + wayland-mpris-idle-inhibit, 56 + fenix, 57 + catppuccin, 58 + # cat-stylus, 59 + nixvim, 60 + imperm, 61 + nu_plugin_dbus, 62 + bingus, 63 + spoon, 64 + niri, 65 + musnix, 66 + tangled, 67 + }: 69 68 flakelight ./. { 70 69 inherit inputs; 71 70 imports = [ ··· 74 73 spoon.flakelightModules.ubercheck 75 74 ]; 76 75 77 - treefmtConfig = 78 - { pkgs, ... }: 79 - { 80 - programs = { 81 - alejandra.enable = true; 82 - just.enable = true; 83 - shfmt.enable = true; 84 - }; 76 + treefmtConfig = {pkgs, ...}: { 77 + programs = { 78 + alejandra.enable = true; 79 + just.enable = true; 80 + shfmt.enable = true; 85 81 }; 82 + }; 86 83 87 84 nixDir = ./.; 88 85 legacyPackages = pkgs: pkgs;
-1
nixosConfigurations/black-mesa.nix
··· 4 4 ... 5 5 }: { 6 6 system = "x86_64-linux"; 7 - specialArgs.inputs = inputs // inputs.spoon.inputs // {inherit (inputs) self;}; 8 7 9 8 modules = 10 9 (builtins.attrValues outputs.nixosModules)