diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml new file mode 100644 index 00000000..95427b9e --- /dev/null +++ b/.github/workflows/check.yaml @@ -0,0 +1,8 @@ +jobs: + nix_check: + name: Build Nix targets + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Check Nix flake inputs + uses: DeterminateSystems/flake-checker-action@main diff --git a/flake.lock b/flake.lock index 3fff9589..ce3533dc 100644 --- a/flake.lock +++ b/flake.lock @@ -277,15 +277,15 @@ "locked": { "lastModified": 1750536858, "narHash": "sha256-bcftbYApVuB4bUqP6Z0frUh2b9+yiAkyy+EXijZcoc4=", - "ref": "refs/heads/master", + "owner": "uttarayan21", + "repo": "command-runner", "rev": "534df9bd86329544d3be74faf1e47996da912b2f", - "revCount": 27, - "type": "git", - "url": "file:/home/servius/Projects/command-runner" + "type": "github" }, "original": { - "type": "git", - "url": "file:/home/servius/Projects/command-runner" + "owner": "uttarayan21", + "repo": "command-runner", + "type": "github" } }, "crane": { diff --git a/flake.nix b/flake.nix index 960a0124..f7e689d9 100644 --- a/flake.nix +++ b/flake.nix @@ -157,10 +157,10 @@ url = "github:uttarayan21/anyrun-rink"; inputs.nixpkgs.follows = "nixpkgs"; }; - # onepassword-shell-plugins = { - # url = "github:uttarayan21/shell-plugins"; - # inputs.nixpkgs.follows = "nixpkgs"; - # }; + onepassword-shell-plugins = { + url = "github:uttarayan21/shell-plugins"; + inputs.nixpkgs.follows = "nixpkgs"; + }; zeronsd = { url = "github:uttarayan21/zeronsd"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/home/apps/default.nix b/home/apps/default.nix index daa70659..8adafd21 100644 --- a/home/apps/default.nix +++ b/home/apps/default.nix @@ -31,8 +31,8 @@ lib.optionalAttrs device.hasGui { ./slack.nix ./rpcs3.nix ./pcsx2.nix - ./seafile.nix ./blueman.nix ./zen.nix + # ./seafile.nix ]; } diff --git a/nixos/ryu/configuration.nix b/nixos/ryu/configuration.nix index 50891032..7e40bcd6 100644 --- a/nixos/ryu/configuration.nix +++ b/nixos/ryu/configuration.nix @@ -22,60 +22,6 @@ appimage = { enable = true; binfmt = true; - package = pkgs.appimage-run.override { - extraPkgs = pkgs: - with pkgs; [ - # gst_all_1.gstreamer - # gst_all_1.gst-plugins-base - # gst_all_1.gst-plugins-bad - # gst_all_1.gst-plugins-good - binutils - (boost186.override { - enableShared = true; - enableStatic = false; - extraFeatures = [ - "log" - "thread" - "filesystem" - ]; - }) - boost186.dev - cereal - cgal - curl - dbus - eigen - expat - ffmpeg - gcc-unwrapped - glew - glfw - glib - glib-networking - gmp - gst_all_1.gstreamer - gst_all_1.gst-plugins-base - gst_all_1.gst-plugins-bad - gst_all_1.gst-plugins-good - gtk3 - hicolor-icon-theme - ilmbase - libpng - mpfr - nlopt - opencascade-occt_7_6 - openvdb - pcre - tbb_2021_11 - # webkitgtk_4_0 - webkitgtk_4_1 - libspnav - # wxGTK' - xorg.libX11 - opencv - libnoise - ]; - }; }; localsend = { enable = true;