dotfiles.nix/nixpkgs.nix

7 lines
139 B
Nix
Raw Normal View History

{ system ? builtins.currentSystem
, config ? { }
, overlays ? [ ]
, ...
2022-01-23 01:32:58 +00:00
}@args:
import (import ./default.nix).inputs.nixpkgs-unstable args