Compare commits

..

No commits in common. "84417c27daa4f17eef1bf145594ee50d440041de" and "eb499ec8c13ba2c45c4fb2450de47b27e31bdb71" have entirely different histories.

2 changed files with 12 additions and 6 deletions

View file

@ -29,8 +29,14 @@ To build the remote machines, run `colmena apply`. See the [colmena documentatio
### Updating ### Updating
Run `nix flake update` to update evaluation-time dependencies. Run `npins update` to update the dependencies within the currently selected upgrade channels.
Run `npins update` to update build-time dependencies. To upgrade to a new major version of a dependency, simply re-add it and the old version will be overwritten, e.g.:
Commit changes to `flake.lock` and `npins/sources.json`. ```sh
npins add --name nixpkgs channel nixos-unstable
```
In either case, commit the changes to `npins/sources.json`.
See the [npins documentation](https://github.com/andir/npins) for more details.

View file

@ -83,11 +83,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1724242322, "lastModified": 1723688146,
"narHash": "sha256-HMpK7hNjhEk4z5SFg5UtxEio9OWFocHdaQzCfW1pE7w=", "narHash": "sha256-sqLwJcHYeWLOeP/XoLwAtYjr01TISlkOfz+NG82pbdg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "224042e9a3039291f22f4f2ded12af95a616cca0", "rev": "c3d4ac725177c030b1e289015989da2ad9d56af0",
"type": "github" "type": "github"
}, },
"original": { "original": {