From f1782615d0c20b602eaebfdf6303124587b9185a Mon Sep 17 00:00:00 2001 From: gzagatti Date: Tue, 18 Oct 2022 23:48:45 +0800 Subject: [PATCH] refactors Makefile; attempt to simplify rules. --- Makefile | 83 +++++++++++++++++------------------- nix/{ => nixpkgs}/config.nix | 0 nix/{ => nixpkgs}/home.nix | 0 3 files changed, 39 insertions(+), 44 deletions(-) rename nix/{ => nixpkgs}/config.nix (100%) rename nix/{ => nixpkgs}/home.nix (100%) diff --git a/Makefile b/Makefile index a1d1b4b..9e5c39d 100644 --- a/Makefile +++ b/Makefile @@ -3,15 +3,6 @@ workspace := $(HOME) .PHONY: all -# NIX -$(workspace)/.config/nixpkgs: - mkdir -p $@ - -nix/%: $(workspace)/.config/nixpkgs - ln -fs $(dotfiles)/$@ $