use helix fork

flake.lock: Update

Flake lock file updates:

• Updated input 'helix':
    'github:helix-editor/helix/f044059a2a44c65533aa4704fffd911476060c05' (2022-02-28)
  → 'git+https://git.privatevoid.net/max/helix?ref=master&rev=ebce9a22ce0edb06304a1c6ab181198e4615d5c8' (2022-03-04)
• Updated input 'helix/rust-overlay/nixpkgs':
    'github:NixOS/nixpkgs/8afc4e543663ca0a6a4f496262cd05233737e732' (2021-11-21)
  → follows 'helix/nixpkgs'
This commit is contained in:
Max Headroom 2022-03-05 00:19:58 +01:00
parent 2a5d4d6790
commit 80bd9bec00
2 changed files with 19 additions and 32 deletions

View file

@ -112,17 +112,17 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1646038642, "lastModified": 1646420501,
"narHash": "sha256-i3yiEbKH9rcOMYZlvIKeBlHXwiL+mTsDdaEeyK+b+XQ=", "narHash": "sha256-UpZiDBMSDu+K3xgJiNqYziLw4C/tuPykpFwu54/Cjb8=",
"owner": "helix-editor", "ref": "master",
"repo": "helix", "rev": "ebce9a22ce0edb06304a1c6ab181198e4615d5c8",
"rev": "f044059a2a44c65533aa4704fffd911476060c05", "revCount": 2502,
"type": "github" "type": "git",
"url": "https://git.privatevoid.net/max/helix"
}, },
"original": { "original": {
"owner": "helix-editor", "type": "git",
"repo": "helix", "url": "https://git.privatevoid.net/max/helix"
"type": "github"
} }
}, },
"home-manager": { "home-manager": {
@ -350,16 +350,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1637453606, "lastModified": 1645433236,
"narHash": "sha256-Gy6cwUswft9xqsjWxFYEnx/63/qzaFUwatcbV5GF/GQ=", "narHash": "sha256-4va4MvJ076XyPp5h8sm5eMQvCrJ6yZAbBmyw95dGyw4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8afc4e543663ca0a6a4f496262cd05233737e732", "rev": "7f9b6e2babf232412682c09e57ed666d8f84ac2d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -379,22 +379,6 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1645433236,
"narHash": "sha256-4va4MvJ076XyPp5h8sm5eMQvCrJ6yZAbBmyw95dGyw4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7f9b6e2babf232412682c09e57ed666d8f84ac2d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"agenix": "agenix", "agenix": "agenix",
@ -408,13 +392,16 @@
"nix-super": "nix-super", "nix-super": "nix-super",
"nix-vsx": "nix-vsx", "nix-vsx": "nix-vsx",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs"
} }
}, },
"rust-overlay": { "rust-overlay": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs" "nixpkgs": [
"helix",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1642128126, "lastModified": 1642128126,

View file

@ -32,7 +32,7 @@
agenix.url = "github:ryantm/agenix"; agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs"; agenix.inputs.nixpkgs.follows = "nixpkgs";
helix.url = "github:helix-editor/helix"; helix.url = "git+https://git.privatevoid.net/max/helix";
helix.inputs.nixpkgs.follows = "nixpkgs"; helix.inputs.nixpkgs.follows = "nixpkgs";
kernel-clr = { url = "github:clearlinux-pkgs/linux"; flake = false; }; kernel-clr = { url = "github:clearlinux-pkgs/linux"; flake = false; };