iced-template: use more efficient nixpkgs input
This commit is contained in:
parent
49294a02e0
commit
a5c5fae8d7
2 changed files with 8 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.zst";
|
||||
|
||||
crane.url = "github:ipetkov/crane";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue