Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

flake.nix: lint fixes

Remove redundant keys.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>

+5 -3
+5 -3
flake.nix
··· 1 1 { 2 - inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; 3 - inputs.fenix.url = "github:nix-community/fenix"; 4 - inputs.organist.url = "github:nickel-lang/organist"; 2 + inputs = { 3 + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; 4 + fenix.url = "github:nix-community/fenix"; 5 + organist.url = "github:nickel-lang/organist"; 6 + }; 5 7 6 8 nixConfig = { 7 9 extra-substituters = [