Simplify home-manager setup with flake-utils
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M user/settings/pin.nix → user/settings/pin.nix
@@ -1,6 +1,6 @@ -{ attrs, ... }: +{ inputs, ... }: let - inherit (attrs) nixpkgs; + inherit (inputs) nixpkgs; in { nix = {