upstream naersk

This commit is contained in:
Robin Appelman 2023-07-02 15:06:08 +02:00
commit 84f9593465
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View file

@ -30,17 +30,16 @@
]
},
"locked": {
"lastModified": 1686242667,
"narHash": "sha256-I7Kwp06WX/9E+rEND1i1wjdKQQm3XiDxYOyNK9fuJu0=",
"owner": "icewind1991",
"lastModified": 1688229166,
"narHash": "sha256-9lGDg8K1ASjTThzYjctdgd35WqocIIeakQXs5tAbQsM=",
"owner": "nix-community",
"repo": "naersk",
"rev": "6d245a3bbb2ee31ec726bb57b9a8b206302e7110",
"rev": "714e701eb4ca2491d34d794b98be4b994a796ae7",
"type": "github"
},
"original": {
"owner": "icewind1991",
"owner": "nix-community",
"repo": "naersk",
"rev": "6d245a3bbb2ee31ec726bb57b9a8b206302e7110",
"type": "github"
}
},

View file

@ -2,7 +2,7 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05";
utils.url = "github:numtide/flake-utils";
naersk.url = "github:icewind1991/naersk?rev=6d245a3bbb2ee31ec726bb57b9a8b206302e7110";
naersk.url = "github:nix-community/naersk";
naersk.inputs.nixpkgs.follows = "nixpkgs";
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";