diff options
| author | seth <[email protected]> | 2024-10-16 21:08:46 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-16 23:23:33 -0400 |
| commit | 4cbce9bc208e540b4a579378d3ae12759337eb57 (patch) | |
| tree | 0ab7c1591984d9137bd401e2c9a4c6f5b3dd7d9f /default.nix | |
| parent | d4f7c581955195ffdb7246b35cd264702564b2d6 (diff) | |
flake: simplify; expand system support
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 94e4cf4..25178be 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,6 @@ in overlays = [ ]; inherit system; }, - lib ? pkgs.lib, nixpkgs ? ( fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/${lock.nodes.nixpkgs.locked.rev}.tar.gz"; @@ -17,6 +16,7 @@ in system ? builtins.currentSystem, }: let + inherit (pkgs) lib; packageDirectory = ./pkgs; scope = lib.makeScope pkgs.newScope ( |
