A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

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

flake.nix: Remove non-existent overrides

-2
-2
flake.nix
··· 9 9 crane = { 10 10 url = "github:ipetkov/crane"; 11 11 inputs.nixpkgs.follows = "nixpkgs"; 12 - inputs.flake-compat.follows = "flake-compat"; 13 - inputs.flake-utils.follows = "flake-utils"; 14 12 }; 15 13 16 14 flake-compat = {