update to upstream master @ ce223671c8bb53623f634a3961ffc0c8b621e337

This commit is contained in:
Johannes Kirschbauer 2024-01-09 17:12:14 +01:00 committed by Johannes Kirschbauer
parent b707c05329
commit 4a72037d4b
3 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
nixpkgs-migrated = pkgs.stdenv.mkDerivation {
name = "nixpkgs-migrated";
src = inputs.nixpkgs;
src = inputs.nixpkgs-master;
buildPhase = ''
${self'.packages.codemod}/bin/codemod .
cp -r . $out

View File

@ -241,11 +241,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1701287633,
"narHash": "sha256-F0V7p4hXvubyF9vhkVwB1rWGUh7bfg0IC9GM7ID1FQM=",
"lastModified": 1704746812,
"narHash": "sha256-DQpIe0wSerDNTpT9OrG5iWS+IdSjiTWtaH8qOeIZTe8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2c01cd06afc2e327343b047e27e172ba488d98f8",
"rev": "ce223671c8bb53623f634a3961ffc0c8b621e337",
"type": "github"
},
"original": {

View File

@ -13,8 +13,8 @@
pesto = craneLib.buildPackage commonArgs;
data-json = pkgs.stdenv.mkDerivation {
name = "nixpkgs-migrated";
src = inputs.nixpkgs;
name = "pesto-data";
src = ./.;
buildPhase = ''
${pesto}/bin/pesto --pos-file ${self'.packages.pasta} --format json $out
'';