1
0
Fork 0

wip: finish flake
ci/woodpecker/push/woodpecker Pipeline was successful Details

jolheiser 2023-09-27 16:17:27 +00:00
parent 374e8c8d61
commit c1b1ce870b
2 changed files with 29 additions and 2 deletions

27
flake.lock 100644
View File

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1695806987,
"narHash": "sha256-fX5kGs66NZIxCMcpAGIpxuftajHL8Hil1vjHmjjl118=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f3dab3509afca932f3f4fd0908957709bb1c1f57",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View File

@ -11,9 +11,9 @@
packages.x86_64-linux.default = pkgs.stdenv.mkDerivation rec {
pname = "tailwind-ctp";
version = "3.3.3";
src = fetchurl {
src = pkgs.fetchurl {
url = "https://git.jojodev.com/jolheiser/tailwind-ctp/releases/download/v${version}/tailwind-ctp";
hash = "";
hash = "sha256-sS6TjtKhe6qwDPj4zzDjXfp/90Cpcg8AOtjQHoX/PSo=";
};
dontUnpack = true;
dontConfigure = true;