The world's most clever kitty cat
0
fork

Configure Feed

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

Don't quote module import

Ben C 0b075f44 7634c9fd

+1 -1
+1 -1
flake.nix
··· 60 60 }; 61 61 devShell = pkgs: (mkCrane pkgs).devShell {}; 62 62 nixosModule = {lib, ...}: { 63 - imports = ["./nixosModule.nix"]; 63 + imports = [./nixosModule.nix]; 64 64 65 65 services.bingus-bot.package = lib.mkDefault self.packages.default; 66 66 };