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: nixpkgs switch to nixpkgs-unstable

Preferred branch for darwin by darwin maintainers in nixpkgs.

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

+5 -5
+4 -4
flake.lock
··· 71 71 }, 72 72 "nixpkgs_2": { 73 73 "locked": { 74 - "lastModified": 1758427187, 75 - "narHash": "sha256-pHpxZ/IyCwoTQPtFIAG2QaxuSm8jWzrzBGjwQZIttJc=", 74 + "lastModified": 1764474957, 75 + "narHash": "sha256-RCNYRb7zHt+qycQwfTD/Zxnbd4Sxi2fgvkeAljtLEOs=", 76 76 "owner": "nixos", 77 77 "repo": "nixpkgs", 78 - "rev": "554be6495561ff07b6c724047bdd7e0716aa7b46", 78 + "rev": "890f57fde071de281cd0e950cd80ea3e1ab55e75", 79 79 "type": "github" 80 80 }, 81 81 "original": { 82 82 "owner": "nixos", 83 - "ref": "nixos-unstable", 83 + "ref": "nixpkgs-unstable", 84 84 "repo": "nixpkgs", 85 85 "type": "github" 86 86 }
+1 -1
flake.nix
··· 1 1 { 2 2 inputs = { 3 - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; 3 + nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; 4 4 fenix.url = "github:nix-community/fenix"; 5 5 organist.url = "github:nickel-lang/organist"; 6 6 };