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
Generated
+1 -18
View File
@@ -34,27 +34,10 @@
"type": "github" "type": "github"
} }
}, },
"notewrapper": {
"flake": false,
"locked": {
"lastModified": 1779896579,
"narHash": "sha256-ngPHJ7W36atwMLVQTzP4i5VlS1Lqj9nSt7mKDD6xGiw=",
"owner": "tomasriveral",
"repo": "NoteWrapper",
"rev": "7af79c76b1cdbbf3f516aa76a5ffe7ca169b1cfd",
"type": "github"
},
"original": {
"owner": "tomasriveral",
"repo": "NoteWrapper",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs"
"notewrapper": "notewrapper"
} }
}, },
"systems": { "systems": {
+2 -6
View File
@@ -4,13 +4,9 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils"; 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: flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
@@ -19,7 +15,7 @@
pname = "notewrapper"; pname = "notewrapper";
version = "v2.2"; version = "v2.2";
src = notewrapper; src = ./.;
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
pkg-config pkg-config