diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-07-10 13:01:26 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-07-10 13:01:26 -0700 |
| commit | bc6c947a4e2b6028636a67989e3be3dd83034cf4 (patch) | |
| tree | c6feefd1058de112d11cde16f5af81d7fc460924 /flake.nix | |
| parent | 541bfa344b4be23968b776542b7ebaa332f19035 (diff) | |
| download | nix-bc6c947a4e2b6028636a67989e3be3dd83034cf4.tar nix-bc6c947a4e2b6028636a67989e3be3dd83034cf4.tar.gz nix-bc6c947a4e2b6028636a67989e3be3dd83034cf4.tar.bz2 nix-bc6c947a4e2b6028636a67989e3be3dd83034cf4.tar.lz nix-bc6c947a4e2b6028636a67989e3be3dd83034cf4.tar.xz nix-bc6c947a4e2b6028636a67989e3be3dd83034cf4.tar.zst nix-bc6c947a4e2b6028636a67989e3be3dd83034cf4.zip | |
Attempt explicit use of lib
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -404,7 +404,7 @@ }; - overlays = import ./overlays {inherit inputs;}; + overlays = import ./overlays {inherit inputs lib;}; packages = forAllSystems (system: import ./pkgs nixpkgs.legacyPackages.${system}); }; |
