flake.nix: switch to sora helix fork

This commit is contained in:
notohh 2024-05-27 10:24:14 -04:00
parent d2c9754e49
commit 2df5c203d5
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 7 additions and 6 deletions

View file

@ -613,15 +613,16 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1716772960, "lastModified": 1712452625,
"narHash": "sha256-cwrUFiul36bZSjp1tly4N/BF7utHXcIAbw7ppRXwSDo=", "narHash": "sha256-30VCYDyEk2onSvf8BaXyI9IlgDNaUB6nbrmUZwbYuP0=",
"owner": "helix-editor", "owner": "SoraTenshi",
"repo": "helix", "repo": "helix",
"rev": "730e684d1dca5736cca41ae336d56962a57b9cfe", "rev": "fca5a8c846ff225ecdd50d20ab5a5cd2739aa66c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "helix-editor", "owner": "SoraTenshi",
"ref": "new-daily-driver",
"repo": "helix", "repo": "helix",
"type": "github" "type": "github"
} }

View file

@ -72,7 +72,7 @@
attic.url = "github:zhaofengli/attic"; attic.url = "github:zhaofengli/attic";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
yazi.url = "github:sxyazi/yazi"; yazi.url = "github:sxyazi/yazi";
helix.url = "github:helix-editor/helix"; helix.url = "github:SoraTenshi/helix/new-daily-driver";
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix"; pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
atuin.url = "github:atuinsh/atuin"; atuin.url = "github:atuinsh/atuin";