8 lines
179 B
Makefile
8 lines
179 B
Makefile
DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
|
|
|
guix-home:
|
|
guix home reconfigure $(DIR)guix/home-configuration.scm
|
|
|
|
guix-paketi:
|
|
guix package -m $(DIR)guix/packages.scm
|
|
|