mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-22 05:33:32 +03:00
update to upstream master @ ce223671c8bb53623f634a3961ffc0c8b621e337
This commit is contained in:
parent
b707c05329
commit
4a72037d4b
@ -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
|
||||
|
@ -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": {
|
||||
|
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user