Skip to content

Commit

Permalink
fix(CI/CD): update nixpkgs revision
Browse files Browse the repository at this point in the history
bumps the tailwind version to 3.4.1 & fixes #73
  • Loading branch information
rupansh committed Feb 19, 2024
1 parent 13dba67 commit 8d284a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{}:
let
rev = "51a01a7e5515b469886c120e38db325c96694c2f";
rev = "171812ea70daf7636b2f3e25d5e6d3f5451e0496";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
# nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz";
pkgs = import nixpkgs { };
Expand Down

0 comments on commit 8d284a4

Please sign in to comment.