mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
initial commit
This commit is contained in:
commit
c45c7f26a4
28 changed files with 1531 additions and 0 deletions
19
justfile
Normal file
19
justfile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
default:
|
||||
just --list
|
||||
|
||||
alias r := rebuild
|
||||
alias v := vim
|
||||
alias u := update
|
||||
alias c := cache
|
||||
|
||||
rebuild:
|
||||
sudo nixos-rebuild switch --flake .#
|
||||
|
||||
vim:
|
||||
nix flake lock --update-input nixvim
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
|
||||
cache:
|
||||
devour-flake . | cachix push callumio-public
|
||||
Loading…
Add table
Add a link
Reference in a new issue