mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
chore(nix): format nix files with alejandra, update deps, minor code refactors (#2683)
This commit is contained in:
parent
f0d1c85553
commit
bb83ea8393
4 changed files with 149 additions and 122 deletions
11
shell.nix
11
shell.nix
|
@ -1,9 +1,8 @@
|
|||
# Flake's devShell for non-flake-enabled nix instances
|
||||
let
|
||||
compat =
|
||||
builtins.fetchGit {
|
||||
url = "https://github.com/edolstra/flake-compat.git";
|
||||
rev = "b4a34015c698c7793d592d66adbab377907a2be8";
|
||||
};
|
||||
compat = builtins.fetchGit {
|
||||
url = "https://github.com/edolstra/flake-compat.git";
|
||||
rev = "b4a34015c698c7793d592d66adbab377907a2be8";
|
||||
};
|
||||
in
|
||||
(import compat { src = ./.; }).shellNix.default
|
||||
(import compat {src = ./.;}).shellNix.default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue