added Story Architect Package

This commit is contained in:
Kristian Krsnik 2024-01-25 13:09:27 +01:00
parent cb97b5c09c
commit 23a3c153f5
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
3 changed files with 33 additions and 0 deletions

View File

@ -275,10 +275,31 @@
"nixpkgs-master": "nixpkgs-master",
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
"starc": "starc",
"vscode-extensions": "vscode-extensions",
"wallpaper": "wallpaper"
}
},
"starc": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1706184479,
"narHash": "sha256-4PJNRBJHRahP2n6KWnHC/Xx2Xu53VedL/6hfibHlL+s=",
"ref": "refs/heads/main",
"rev": "4a770d04c4527bcc63c4b6875bbb64e2042cead8",
"revCount": 3,
"type": "git",
"url": "https://git.krsnik.at/Kristian/starc-flake.git"
},
"original": {
"type": "git",
"url": "https://git.krsnik.at/Kristian/starc-flake.git"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,

View File

@ -25,6 +25,12 @@
# VSCode Extensions
vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
# Story Architect
starc = {
url = "git+https://git.krsnik.at/Kristian/starc-flake.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
@ -37,6 +43,7 @@
wallpaper,
nix-index-database,
vscode-extensions,
starc,
}: let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
@ -70,6 +77,9 @@
system = final.system;
config.allowUnfreePredicate = _: true;
};
# own programs
starc = starc.packages.${system}.default;
}
)
( # Overrides davinci-resolve with the unstable version because of https://github.com/NixOS/nixpkgs/pull/246074

View File

@ -77,6 +77,8 @@
tor-browser-bundle-bin
obsidian
starc
rustdesk
wireshark
mullvad-vpn