Initial framework: reusable modules, lib, pkgs, overlays, scripts, sample environment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
let
|
||||
spec = builtins.fromJSON (builtins.readFile ./nixpkgs.json);
|
||||
in
|
||||
import (builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/${spec.rev}.tar.gz";
|
||||
sha256 = spec.sha256;
|
||||
}) {}
|
||||
# TODO: add a nixos-infra module
|
||||
Reference in New Issue
Block a user