chore(nix): Move stuff around

This commit is contained in:
Ahmad Ansori Palembani 2024-11-06 11:58:09 +07:00
parent 5beaf9dd96
commit 3fe53e7015
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ inputs, nixpkgs-stable, nixpkgs-unstable, nix-darwin, brew-api, nur, vars, ... }:
{ inputs, nixpkgs-stable, nixpkgs-unstable, nur, nix-darwin, brew-api, vars, ... }:
let
mkCommon = import ../../lib/mkCommon.nix;