shell.nix

(import
  (
    let
      flake-compat = (builtins.fromJSON (builtins.readFile ./flake.lock)).nodes.flake-compat;
    in
      fetchTarball {
        url = "https://github.com/edolstra/flake-compat/archive/${flake-compat.locked.rev}.tar.gz";
        sha256 = flake-compat.locked.narHash;
      }
  )
  {src = ./.;})
.shellNix
Revisions
DateHash
2024-04-13
2023-04-22
2023-04-22
2022-12-31
2021-02-23
2020-10-18
2020-10-15
2020-08-04
Navigation
Previousnode_modules
Nextstyle
Upsite