mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-01 01:27:17 +00:00
5 lines
242 B
Bash
5 lines
242 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
# sync the version of nixpkgs used in the repo with one set in nixos-config
|
||
|
nix flake lock --override-input nixpkgs nixpkgs --inputs-from 'git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git?ref=flakes'
|