mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-05 13:14:17 -06:00
Compare commits
1 commit
406e613600
...
fddb702c10
Author | SHA1 | Date | |
---|---|---|---|
fddb702c10 |
6 changed files with 27 additions and 29 deletions
11
.github/workflows/update.yml
vendored
11
.github/workflows/update.yml
vendored
|
@ -12,11 +12,6 @@ on:
|
||||||
description: "list of nix flake inputs"
|
description: "list of nix flake inputs"
|
||||||
default: ""
|
default: ""
|
||||||
type: "string"
|
type: "string"
|
||||||
extraArgs:
|
|
||||||
description: "postional args forwared to nix"
|
|
||||||
default: ""
|
|
||||||
type: string
|
|
||||||
|
|
||||||
|
|
||||||
# schedule:
|
# schedule:
|
||||||
# # At minute 00:00 on Monday, Wednesday, and Friday.
|
# # At minute 00:00 on Monday, Wednesday, and Friday.
|
||||||
|
@ -25,7 +20,6 @@ on:
|
||||||
env:
|
env:
|
||||||
hosts: ${{ github.event_name == 'schedule' && 'othalan,algiz' || github.event.inputs.hosts }}
|
hosts: ${{ github.event_name == 'schedule' && 'othalan,algiz' || github.event.inputs.hosts }}
|
||||||
flake-inputs: ${{ github.event_name == 'schedule' && '' || github.event.inputs.flake-inputs }}
|
flake-inputs: ${{ github.event_name == 'schedule' && '' || github.event.inputs.flake-inputs }}
|
||||||
extraArgs: ${{ github.event_name == 'schedule' && '' || github.event.inputs.extraArgs }}
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -69,8 +63,7 @@ jobs:
|
||||||
--flake .
|
--flake .
|
||||||
-vv
|
-vv
|
||||||
--
|
--
|
||||||
${{ env.extraArgs }}
|
--quiet
|
||||||
|
|
||||||
|
|
||||||
- name: Commit Updates
|
- name: Commit Updates
|
||||||
uses: daylin-bot/actions/commit-and-push@main
|
uses: daylin-bot/actions/commit-and-push@main
|
||||||
|
@ -105,7 +98,7 @@ jobs:
|
||||||
--flake .
|
--flake .
|
||||||
-vv
|
-vv
|
||||||
--
|
--
|
||||||
${{ env.extraArgs }}
|
--quiet
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
echo "# system diffs" >> $GITHUB_STEP_SUMMARY
|
echo "# system diffs" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
29
flake.lock
29
flake.lock
|
@ -432,9 +432,7 @@
|
||||||
"flake-utils": [
|
"flake-utils": [
|
||||||
"flake-utils"
|
"flake-utils"
|
||||||
],
|
],
|
||||||
"nixpkgs-lib": [
|
"nixpkgs-lib": "nixpkgs-lib"
|
||||||
"nixpkgs-lib"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737288694,
|
"lastModified": 1737288694,
|
||||||
|
@ -453,11 +451,11 @@
|
||||||
"lix": {
|
"lix": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737579991,
|
"lastModified": 1737468268,
|
||||||
"narHash": "sha256-5IKNJQP+3XWLd/s7SXGvL6ZzFwk8wDDm0QGBTQ6fw9M=",
|
"narHash": "sha256-RVR/Wh+iTTmw3IYe9b52Gho3If9iGc6Xxpw+gmJZ50s=",
|
||||||
"rev": "1fe6064ceded2a9a81ab1725d545a670d14add28",
|
"rev": "9b290081147fb2abf79d2d1e0afd72d1490145f2",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/1fe6064ceded2a9a81ab1725d545a670d14add28.tar.gz?rev=1fe6064ceded2a9a81ab1725d545a670d14add28"
|
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/9b290081147fb2abf79d2d1e0afd72d1490145f2.tar.gz?rev=9b290081147fb2abf79d2d1e0afd72d1490145f2"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
|
@ -597,6 +595,21 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nixpkgs-lib_2": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1737248590,
|
||||||
|
"narHash": "sha256-6SWtDeYJS3bS7QyJrGKyd6FpROEN0JCMgakSX8yPbyA=",
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "nixpkgs.lib",
|
||||||
|
"rev": "977f49fd8cf854416f82987696784717acd6e817",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "nixpkgs.lib",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nixpkgs-wayland": {
|
"nixpkgs-wayland": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-compat": [],
|
"flake-compat": [],
|
||||||
|
@ -659,7 +672,7 @@
|
||||||
"nix-index-database": "nix-index-database",
|
"nix-index-database": "nix-index-database",
|
||||||
"nixos-wsl": "nixos-wsl",
|
"nixos-wsl": "nixos-wsl",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs-lib": "nixpkgs-lib",
|
"nixpkgs-lib": "nixpkgs-lib_2",
|
||||||
"nixpkgs-wayland": "nixpkgs-wayland",
|
"nixpkgs-wayland": "nixpkgs-wayland",
|
||||||
"pixi": "pixi",
|
"pixi": "pixi",
|
||||||
"sops-nix": "sops-nix",
|
"sops-nix": "sops-nix",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
# Follows
|
# Follows
|
||||||
|
|
||||||
## nixpkgs
|
# nixpkgs
|
||||||
f1multiviewer.inputs.nixpkgs.follows = "nixpkgs";
|
f1multiviewer.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
hyprland-contrib.inputs.nixpkgs.follows = "nixpkgs";
|
hyprland-contrib.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
tsm.inputs.nixpkgs.follows = "nixpkgs";
|
tsm.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
utils.inputs.nixpkgs.follows = "nixpkgs";
|
utils.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
## nim2nix
|
# nim2nix
|
||||||
hyprman.inputs.nim2nix.follows = "nim2nix";
|
hyprman.inputs.nim2nix.follows = "nim2nix";
|
||||||
tsm.inputs.nim2nix.follows = "nim2nix";
|
tsm.inputs.nim2nix.follows = "nim2nix";
|
||||||
utils.inputs.nim2nix.follows = "nim2nix";
|
utils.inputs.nim2nix.follows = "nim2nix";
|
||||||
|
@ -90,9 +90,8 @@
|
||||||
nixpkgs-wayland.inputs.lib-aggregate.follows = "lib-aggregate";
|
nixpkgs-wayland.inputs.lib-aggregate.follows = "lib-aggregate";
|
||||||
|
|
||||||
nixpkgs-lib.url = "github:nix-community/nixpkgs.lib";
|
nixpkgs-lib.url = "github:nix-community/nixpkgs.lib";
|
||||||
lib-aggregate.inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
|
||||||
|
|
||||||
## nil inputs, I don't *ALL* your flake inputs...
|
# nil inputs
|
||||||
hyprland.inputs.pre-commit-hooks.follows = "";
|
hyprland.inputs.pre-commit-hooks.follows = "";
|
||||||
nixos-wsl.inputs.flake-compat.follows = "";
|
nixos-wsl.inputs.flake-compat.follows = "";
|
||||||
nixpkgs-wayland.inputs.flake-compat.follows = "";
|
nixpkgs-wayland.inputs.flake-compat.follows = "";
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
|
||||||
enabled,
|
enabled,
|
||||||
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
@ -29,5 +27,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [pkgs.stable.quarto];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,8 +6,6 @@ firefox
|
||||||
zk
|
zk
|
||||||
graphviz
|
graphviz
|
||||||
charm-freeze
|
charm-freeze
|
||||||
# build-failure:
|
quarto
|
||||||
# pandoc -> texmath -> typst-symbols?
|
|
||||||
# quarto
|
|
||||||
calibre
|
calibre
|
||||||
attic-client
|
attic-client
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
let
|
let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
in
|
in
|
||||||
# TODO: explore the ability to expand this so that some of the worthwile extensions are also included.
|
|
||||||
# I don't think it will be simple to integrate vscode-fhs and vscode-with-extensions
|
|
||||||
{
|
{
|
||||||
config = mkIf config.oizys.desktop.enable {
|
config = mkIf config.oizys.desktop.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue