mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
init
This commit is contained in:
commit
2bf50c8969
12 changed files with 784 additions and 0 deletions
15
justfile
Normal file
15
justfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
default:
|
||||
just --list
|
||||
|
||||
check:
|
||||
nix flake check
|
||||
|
||||
build:
|
||||
nix build .#darwinConfigurations.hari-macbook-pro.system
|
||||
|
||||
switch:
|
||||
nix run github:LnL7/nix-darwin/master#darwin-rebuild -- switch --flake .#hari-macbook-pro
|
||||
|
||||
fmt:
|
||||
nix fmt
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue