1
0
Fork 0

Fix commit id

This commit is contained in:
Malte Brandy 2021-01-03 18:44:01 +01:00
parent fd8ae2f6fe
commit ee874ff44d
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -2,6 +2,6 @@
let
laminarPkgs = builtins.fetchGit {
url = "https://github.com/maralorn/nixpkgs.git";
rev = "e37cd38";
rev = "e37cd38effca0310cfe4d27583102175b4a456c9";
};
in { systemd.packages = [ laminarPkgs.laminar ]; }