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-master": "nixpkgs-master",
"nixpkgs-unstable": "nixpkgs-unstable", "nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur", "nur": "nur",
"starc": "starc",
"vscode-extensions": "vscode-extensions", "vscode-extensions": "vscode-extensions",
"wallpaper": "wallpaper" "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": { "systems": {
"locked": { "locked": {
"lastModified": 1681028828, "lastModified": 1681028828,

View File

@ -25,6 +25,12 @@
# VSCode Extensions # VSCode Extensions
vscode-extensions.url = "github:nix-community/nix-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 = { outputs = {
@ -37,6 +43,7 @@
wallpaper, wallpaper,
nix-index-database, nix-index-database,
vscode-extensions, vscode-extensions,
starc,
}: let }: let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
@ -70,6 +77,9 @@
system = final.system; system = final.system;
config.allowUnfreePredicate = _: true; 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 ( # 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 tor-browser-bundle-bin
obsidian obsidian
starc
rustdesk rustdesk
wireshark wireshark
mullvad-vpn mullvad-vpn