mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
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;
|