Skip to content

Commit

Permalink
fix: change channel directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mk3z committed Aug 6, 2024
1 parent 179c49f commit 781f99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
channels = pkgs.runCommand "default-channels" { } ''
mkdir -p $out
ln -s ${pkgs.path} $out/nixos
ln -s ${./.} $out/nixos-wsl
ln -s ${./.} $out/elmer-wsl
'';
in
[
Expand Down

0 comments on commit 781f99d

Please sign in to comment.