1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

Merge pull request #810 from noah427/master

Remove nixpkgs override for crane
This commit is contained in:
Jake Stanger 2024-12-11 15:24:17 +00:00 committed by GitHub
commit 8a06ec04b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,6 @@
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
naersk.url = "github:nix-community/naersk";