mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add alejandra
This commit is contained in:
5
Makefile
5
Makefile
@@ -4,7 +4,7 @@ SHELL := bash
|
||||
MAKEFLAGS += --warn-undefined-variables
|
||||
MAKEFLAGS += --no-builtin-rules
|
||||
|
||||
HOSTAME ?= $(shell hostname)
|
||||
HOSTNAME ?= $(shell hostname)
|
||||
UNAME_S := $(shell uname -s)
|
||||
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
@@ -19,3 +19,6 @@ switch:
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
|
||||
fmt:
|
||||
alejandra .
|
||||
|
Reference in New Issue
Block a user