Update dependencies

This commit is contained in:
bluepython508
2024-11-01 16:47:12 +00:00
parent 61c2500348
commit ba9a2a0957
3 changed files with 12 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ mixRelease rec {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit version src;
sha256 = "sha256-lknkq6b1yDOLgTpR/tPEk9UKqpqQT6H1N5g15M60nCA=";
sha256 = "sha256-T0OFt3RdGyN/KCZ1/pa2cuxvDCQin0iwtnXbwhrpnoE=";
};
postBuild = ''
ln -sfv ${tailwindcss}/bin/tailwindcss _build/tailwind-linux-x64

17
flake.lock generated
View File

@@ -2,15 +2,18 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1714906307,
"narHash": "sha256-UlRZtrCnhPFSJlDQE7M0eyhgvuuHBTe1eJ9N9AQlJQ0=",
"path": "/nix/store/3pif36ks3f56py4wb1dkq6sh0nkf3ygj-source",
"rev": "25865a40d14b3f9cf19f19b924e2ab4069b09588",
"type": "path"
"lastModified": 1730272153,
"narHash": "sha256-B5WRZYsRlJgwVHIV6DvidFN7VX7Fg9uuwkRW9Ha8z+w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2d2a9ddbe3f2c00747398f3dc9b05f7f2ebb0f53",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {

View File

@@ -1,5 +1,6 @@
{
description = "A simple OIDC SSO service";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
outputs = {
self,