all repos — nixfiles @ 67dec02ddcfae528dd23696cb7d51746dbadeaf6

System and user configuration, managed by nix and home-manager

Simplify home-manager setup with flake-utils

Alan Pearce
commit

67dec02ddcfae528dd23696cb7d51746dbadeaf6

parent

8d94bdf8d7b58d91e11623d96c16daf1b6d82367

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M user/settings/pin.nixuser/settings/pin.nix
@@ -1,6 +1,6 @@
-{ attrs, ... }: +{ inputs, ... }: let - inherit (attrs) nixpkgs; + inherit (inputs) nixpkgs; in { nix = {