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:
parent
2a5d4d6790
commit
80bd9bec00
2 changed files with 19 additions and 32 deletions
49
flake.lock
49
flake.lock
|
@ -112,17 +112,17 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1646038642,
|
||||
"narHash": "sha256-i3yiEbKH9rcOMYZlvIKeBlHXwiL+mTsDdaEeyK+b+XQ=",
|
||||
"owner": "helix-editor",
|
||||
"repo": "helix",
|
||||
"rev": "f044059a2a44c65533aa4704fffd911476060c05",
|
||||
"type": "github"
|
||||
"lastModified": 1646420501,
|
||||
"narHash": "sha256-UpZiDBMSDu+K3xgJiNqYziLw4C/tuPykpFwu54/Cjb8=",
|
||||
"ref": "master",
|
||||
"rev": "ebce9a22ce0edb06304a1c6ab181198e4615d5c8",
|
||||
"revCount": 2502,
|
||||
"type": "git",
|
||||
"url": "https://git.privatevoid.net/max/helix"
|
||||
},
|
||||
"original": {
|
||||
"owner": "helix-editor",
|
||||
"repo": "helix",
|
||||
"type": "github"
|
||||
"type": "git",
|
||||
"url": "https://git.privatevoid.net/max/helix"
|
||||
}
|
||||
},
|
||||
"home-manager": {
|
||||
|
@ -350,16 +350,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1637453606,
|
||||
"narHash": "sha256-Gy6cwUswft9xqsjWxFYEnx/63/qzaFUwatcbV5GF/GQ=",
|
||||
"lastModified": 1645433236,
|
||||
"narHash": "sha256-4va4MvJ076XyPp5h8sm5eMQvCrJ6yZAbBmyw95dGyw4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8afc4e543663ca0a6a4f496262cd05233737e732",
|
||||
"rev": "7f9b6e2babf232412682c09e57ed666d8f84ac2d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -379,22 +379,6 @@
|
|||
"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": {
|
||||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
|
@ -408,13 +392,16 @@
|
|||
"nix-super": "nix-super",
|
||||
"nix-vsx": "nix-vsx",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
},
|
||||
"rust-overlay": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"nixpkgs": "nixpkgs"
|
||||
"nixpkgs": [
|
||||
"helix",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1642128126,
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
agenix.url = "github:ryantm/agenix";
|
||||
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";
|
||||
|
||||
kernel-clr = { url = "github:clearlinux-pkgs/linux"; flake = false; };
|
||||
|
|
Loading…
Reference in a new issue