diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-12-08 04:06:35 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-12-08 04:06:35 +0300 |
commit | b561ebcfee857beacdc5b6f716ccccdd18771670 (patch) | |
tree | 6d59e3054d8c750322b8bd14c1c4181c4ec49389 /default.nix | |
parent | Some stuff (diff) |
Even more stuff
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..80aeb43 --- /dev/null +++ b/default.nix @@ -0,0 +1,6 @@ +(import (let lock = builtins.fromJSON (builtins.readFile ./flake.lock); +in fetchTarball { + url = + "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz"; + sha256 = lock.nodes.flake-compat.locked.narHash; +}) { src = ./.; }).defaultNix |