mirror of https://github.com/helix-editor/helix
Expose all flake outputs through flake-compat (#10673)
parent
b437b8b0ee
commit
e16a4f8a2c
|
@ -5,4 +5,4 @@ let
|
||||||
sha256 = "sha256:1qc703yg0babixi6wshn5wm2kgl5y1drcswgszh4xxzbrwkk9sv7";
|
sha256 = "sha256:1qc703yg0babixi6wshn5wm2kgl5y1drcswgszh4xxzbrwkk9sv7";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
(import compat {src = ./.;}).defaultNix.default
|
(import compat {src = ./.;}).defaultNix
|
||||||
|
|
Loading…
Reference in New Issue