{inputs, lock}: change lock format and provide hash
This commit is contained in:
parent
ba94153c3b
commit
672807280e
3 changed files with 11 additions and 4 deletions
|
@ -5,6 +5,10 @@ let self = {
|
|||
|
||||
{
|
||||
inherit lock;
|
||||
nixpkgs = builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/${lock.nixpkgs}.tar.gz";
|
||||
nixpkgs = builtins.fetchTarball {
|
||||
name = "nixpkgs";
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/${lock.nixpkgs.revision}.tar.gz";
|
||||
sha256 = "${lock.nixpkgs.sha256}";
|
||||
};
|
||||
};
|
||||
in self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue