fix: flake src

This commit is contained in:
2026-06-01 11:37:47 +02:00
parent 1d95983d5d
commit d8a11bbc16
2 changed files with 3 additions and 24 deletions
+2 -6
View File
@@ -4,13 +4,9 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
notewrapper = {
url = "github:tomasriveral/NoteWrapper";
flake = false;
};
};
outputs = { self, nixpkgs, flake-utils, notewrapper }:
outputs = { self, nixpkgs, flake-utils}:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };
@@ -19,7 +15,7 @@
pname = "notewrapper";
version = "v2.2";
src = notewrapper;
src = ./.;
nativeBuildInputs = with pkgs; [
pkg-config