this repo has no description
4
fork

Configure Feed

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

Merge #286

286: default.nix: fix path to compat r=blaggacao a=Pacman99

Looks like it was just a path error.

fixes #285

Co-authored-by: Pacman99 <pachum99@myrdd.info>

authored by

bors[bot]
Pacman99
and committed by
GitHub
3fa96c77 2ab4df3f

+1 -1
+1 -1
default.nix
··· 1 1 let 2 2 inherit (default.inputs.nixos) lib; 3 3 4 - default = (import "${./lib}/compat").defaultNix; 4 + default = (import ./lib/compat).defaultNix; 5 5 6 6 ciSystems = [ 7 7 "aarch64-linux"