chore(nix): format nix files with alejandra, update deps, minor code refactors (#2683)

This commit is contained in:
Yusuf Bera Ertan 2022-06-06 22:24:52 +03:00 committed by GitHub
parent f0d1c85553
commit bb83ea8393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 149 additions and 122 deletions

View file

@ -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