build(nix): update flake deps, add default.nix file

This commit is contained in:
Yusuf Bera Ertan 2022-06-21 23:59:46 +03:00 committed by Michael Davis
parent 5b3b6ffc9e
commit 8c86cd56cb
4 changed files with 28 additions and 20 deletions

View file

@ -1,8 +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.fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/b4a34015c698c7793d592d66adbab377907a2be8.tar.gz";
sha256 = "sha256:1qc703yg0babixi6wshn5wm2kgl5y1drcswgszh4xxzbrwkk9sv7";
};
in
(import compat {src = ./.;}).shellNix.default