flake: update nixpkgs

This commit is contained in:
Ben Wolsieffer 2022-01-09 12:06:17 -05:00
parent b1d33e431e
commit 5a881cc7b5
2 changed files with 7 additions and 11 deletions

View file

@ -28,14 +28,10 @@ let
python3 = pythonOverridesFor self.python3;
python3Packages = rosSelf.python3.pkgs;
boost =
# Trigger an error when nixpkgs default has changed so that this is no
# longer needed
assert self.lib.versionOlder self.boost.version "1.73.0";
self.boost173.override {
python = rosSelf.python;
enablePython = true;
};
boost = self.boost.override {
python = rosSelf.python;
enablePython = true;
};
};
overrides = rosSelf: rosSuper: with rosSelf.lib; {

6
flake.lock generated
View file

@ -17,11 +17,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1639699734,
"narHash": "sha256-tlX6WebGmiHb2Hmniff+ltYp+7dRfdsBxw9YczLsP60=",
"lastModified": 1641528457,
"narHash": "sha256-FyU9E63n1W7Ql4pMnhW2/rO9OftWZ37pLppn/c1aisY=",
"owner": "lopsided98",
"repo": "nixpkgs",
"rev": "03ec468b14067729a285c2c7cfa7b9434a04816c",
"rev": "ff377a78794d412a35245e05428c8f95fef3951f",
"type": "github"
},
"original": {