build latest main with nix

This commit is contained in:
778a69cd 2023-08-09 15:22:49 +02:00
parent d27bd79178
commit 3a8c1074c0
3 changed files with 8 additions and 8 deletions

View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1691006197,
"narHash": "sha256-DbtxVWPt+ZP5W0Usg7jAyTomIM//c3Jtfa59Ht7AV8s=",
"owner": "NixOS",
"lastModified": 1691080431,
"narHash": "sha256-UiNlqQ0t9g7T/P/P8vWV/LZXxF/Mm5kV1e8WqncoWE4=",
"owner": "erictapen",
"repo": "nixpkgs",
"rev": "66aedfd010204949cb225cf749be08cb13ce1813",
"rev": "1b8435e4c7386212d892e057620c8c167ae17adc",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"owner": "erictapen",
"ref": "mobilizon-3",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -1,7 +1,7 @@
{
description = "Mobilizon fork for potsda.mn";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.nixpkgs.url = "github:erictapen/nixpkgs/mobilizon-3";
outputs = { self, nixpkgs }: let
pkgs = import nixpkgs { system = "x86_64-linux"; };

View file

@ -1,4 +1,4 @@
{ lib, applyPatches, yarn, mkYarnPackage, imagemagick}:
{ lib, yarn, mkYarnPackage, imagemagick}:
mkYarnPackage rec {
src = ./.;