Skip to content

Commit

Permalink
update branch (#10)
Browse files Browse the repository at this point in the history
* Fix/ci deprecation (#7)

* module skeleton

* fix caching

* Revert "module skeleton"

This reverts commit 11d2916.

* fixed inputs (#5)

* fixed inputs

* fix inputs
  • Loading branch information
Mast3rwaf1z authored Mar 4, 2025
1 parent 11d2916 commit 8a17e66
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
- name: Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
uses: DeterminateSystems/flakehub-cache-action@main
- name: build system
run: nix build .#${{ matrix.package }}
66 changes: 7 additions & 59 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
# i would use the // operator together with builtins.mapAttrs, but noooo, inputs are cursed
# pin gradle2nix
gradle2nix = {
url = "github:tadfisher/gradle2nix/v2";
inputs.nixpkgs.follows = "nixpkgs";
};
homepage = {
url = "github:Skademaskinen/homepage";
inputs.nixpkgs.follows = "nixpkgs";
};
rp-utils = {
url = "github:Skademaskinen/RP-Utils";
inputs.nixpkgs.follows = "nixpkgs";
inputs.gradle2nix.follows = "gradle2nix";
};
putricide = {
url = "github:Skademaskinen/Putricide";
Expand All @@ -22,6 +28,7 @@
folkevognen = {
url = "github:Skademaskinen/Folkevognen";
inputs.nixpkgs.follows = "nixpkgs";
inputs.gradle2nix.follows = "gradle2nix";
};
};

Expand Down

0 comments on commit 8a17e66

Please sign in to comment.