8 lines
128 B
Bash
Executable File
8 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Script to update my flake without
|
|
# synchronizing configuration
|
|
|
|
# Update flake
|
|
sudo nix flake update ~/.dotfiles;
|