11.stylix/default.nix
2025-02-03 20:40:26 +01:00

10 lines
290 B
Nix

(import (
let
inherit (lock.nodes.flake-compat.locked) narHash rev;
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
in
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/${rev}.tar.gz";
sha256 = narHash;
}
) { src = ./.; }).defaultNix