Skip to content

Commit

Permalink
Merge #286
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and Pacman99 committed May 16, 2021
2 parents 2ab4df3 + 5151380 commit 3fa96c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
inherit (default.inputs.nixos) lib;

default = (import "${./lib}/compat").defaultNix;
default = (import ./lib/compat).defaultNix;

ciSystems = [
"aarch64-linux"
Expand Down

0 comments on commit 3fa96c7

Please sign in to comment.