From f1998c321a4eec6d75b58d84aa8610971bf21979 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 31 Jul 2021 11:35:39 -0600 Subject: move static files into static sub-dir, refactor nix a bit --- nix/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nix/default.nix (limited to 'nix') diff --git a/nix/default.nix b/nix/default.nix new file mode 100644 index 0000000..14050e5 --- /dev/null +++ b/nix/default.nix @@ -0,0 +1,9 @@ +{ + pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/d50923ab2d308a1ddb21594ba6ae064cab65d8ae.tar.gz") {}, + system ? builtins.currentSystem, +}: + { + pkgs = pkgs; + system = system; + } + -- cgit v1.2.3