1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-04-09 02:24:01 +00:00

Shrink inputs footprint further

13dddfdc67
reads:

> Hopefully lib will be separated into its own flake some day, which
> will also make this a much smaller footprint.

Here it is.
This commit is contained in:
David Arnold 2022-12-23 20:04:14 -05:00
parent 98bec08c58
commit ec52c66aa9
No known key found for this signature in database
GPG key ID: 0318D822BAC965CC
2 changed files with 8 additions and 11 deletions

17
flake.lock generated
View file

@ -2,19 +2,16 @@
"nodes": {
"nixpkgs-lib": {
"locked": {
"dir": "lib",
"lastModified": 1671359686,
"narHash": "sha256-3MpC6yZo+Xn9cPordGz2/ii6IJpP2n8LE8e/ebUXLrs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "04f574a1c0fde90b51bf68198e2297ca4e7cccf4",
"lastModified": 1671324337,
"narHash": "sha256-OZVfw69LQi2RckjPdooYrhw1I2vd28QdzEGJwI3w+jk=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "b4dd796b65c0bee6185fd2b5c84c2a207231e28f",
"type": "github"
},
"original": {
"dir": "lib",
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},

View file

@ -2,7 +2,7 @@
description = "Flake basics described using the module system";
inputs = {
nixpkgs-lib.url = "github:NixOS/nixpkgs/nixos-unstable?dir=lib";
nixpkgs-lib.url = "github:nix-community/nixpkgs.lib";
};
outputs = { self, nixpkgs-lib, ... }: {