mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-05 09: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"
|
||||
default: ""
|
||||
type: "string"
|
||||
extraArgs:
|
||||
description: "postional args forwared to nix"
|
||||
default: ""
|
||||
type: string
|
||||
|
||||
|
||||
# schedule:
|
||||
# # At minute 00:00 on Monday, Wednesday, and Friday.
|
||||
|
@ -25,7 +20,6 @@ on:
|
|||
env:
|
||||
hosts: ${{ github.event_name == 'schedule' && 'othalan,algiz' || github.event.inputs.hosts }}
|
||||
flake-inputs: ${{ github.event_name == 'schedule' && '' || github.event.inputs.flake-inputs }}
|
||||
extraArgs: ${{ github.event_name == 'schedule' && '' || github.event.inputs.extraArgs }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -69,8 +63,7 @@ jobs:
|
|||
--flake .
|
||||
-vv
|
||||
--
|
||||
${{ env.extraArgs }}
|
||||
|
||||
--quiet
|
||||
|
||||
- name: Commit Updates
|
||||
uses: daylin-bot/actions/commit-and-push@main
|
||||
|
@ -105,7 +98,7 @@ jobs:
|
|||
--flake .
|
||||
-vv
|
||||
--
|
||||
${{ env.extraArgs }}
|
||||
--quiet
|
||||
|
||||
- run: |
|
||||
echo "# system diffs" >> $GITHUB_STEP_SUMMARY
|
||||
|
|
29
flake.lock
29
flake.lock
|
@ -432,9 +432,7 @@
|
|||
"flake-utils": [
|
||||
"flake-utils"
|
||||
],
|
||||
"nixpkgs-lib": [
|
||||
"nixpkgs-lib"
|
||||
]
|
||||
"nixpkgs-lib": "nixpkgs-lib"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737288694,
|
||||
|
@ -453,11 +451,11 @@
|
|||
"lix": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1737579991,
|
||||
"narHash": "sha256-5IKNJQP+3XWLd/s7SXGvL6ZzFwk8wDDm0QGBTQ6fw9M=",
|
||||
"rev": "1fe6064ceded2a9a81ab1725d545a670d14add28",
|
||||
"lastModified": 1737468268,
|
||||
"narHash": "sha256-RVR/Wh+iTTmw3IYe9b52Gho3If9iGc6Xxpw+gmJZ50s=",
|
||||
"rev": "9b290081147fb2abf79d2d1e0afd72d1490145f2",
|
||||
"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": {
|
||||
"type": "tarball",
|
||||
|
@ -597,6 +595,21 @@
|
|||
"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": {
|
||||
"inputs": {
|
||||
"flake-compat": [],
|
||||
|
@ -659,7 +672,7 @@
|
|||
"nix-index-database": "nix-index-database",
|
||||
"nixos-wsl": "nixos-wsl",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-lib": "nixpkgs-lib",
|
||||
"nixpkgs-lib": "nixpkgs-lib_2",
|
||||
"nixpkgs-wayland": "nixpkgs-wayland",
|
||||
"pixi": "pixi",
|
||||
"sops-nix": "sops-nix",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
# Follows
|
||||
|
||||
## nixpkgs
|
||||
# nixpkgs
|
||||
f1multiviewer.inputs.nixpkgs.follows = "nixpkgs";
|
||||
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
||||
hyprland-contrib.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -56,7 +56,7 @@
|
|||
tsm.inputs.nixpkgs.follows = "nixpkgs";
|
||||
utils.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
## nim2nix
|
||||
# nim2nix
|
||||
hyprman.inputs.nim2nix.follows = "nim2nix";
|
||||
tsm.inputs.nim2nix.follows = "nim2nix";
|
||||
utils.inputs.nim2nix.follows = "nim2nix";
|
||||
|
@ -90,9 +90,8 @@
|
|||
nixpkgs-wayland.inputs.lib-aggregate.follows = "lib-aggregate";
|
||||
|
||||
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 = "";
|
||||
nixos-wsl.inputs.flake-compat.follows = "";
|
||||
nixpkgs-wayland.inputs.flake-compat.follows = "";
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
enabled,
|
||||
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -29,5 +27,4 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [pkgs.stable.quarto];
|
||||
}
|
||||
|
|
|
@ -6,8 +6,6 @@ firefox
|
|||
zk
|
||||
graphviz
|
||||
charm-freeze
|
||||
# build-failure:
|
||||
# pandoc -> texmath -> typst-symbols?
|
||||
# quarto
|
||||
quarto
|
||||
calibre
|
||||
attic-client
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
let
|
||||
inherit (lib) mkIf;
|
||||
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 {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue