fix runcommand thing
This commit is contained in:
parent
1b6120bbb1
commit
6d66b2bf7f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ let
|
|||
|
||||
# I like my animated rainbow cursor, so I get it here
|
||||
cursor_name = "Bibata-Rainbow-Modern";
|
||||
cursor_src = pkgs.runCommandNoCC cursor_name { } ''
|
||||
cursor_src = pkgs.runCommand cursor_name { } ''
|
||||
mkdir -p $out/share/icons
|
||||
ln -s ${
|
||||
pkgs.fetchzip {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue