diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-10 13:12:25 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-10 13:12:25 +0100 |
| commit | 656d5433089e52ecdda2264f901d5b7c4800458e (patch) | |
| tree | 86b7ac0e480909c441b3facf27ab445257a1c24f /flake.nix | |
| parent | treewide: Use new spelling of attributes (diff) | |
| download | nixos-config-656d5433089e52ecdda2264f901d5b7c4800458e.zip | |
treewide: Update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index 9c5a2963..fc8218a9 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,12 @@ nixpkgs.follows = "nixpkgs"; }; }; + nix-github-actions = { + url = "github:nix-community/nix-github-actions"; + inputs = { + nixpkgs.follows = "nixpkgs"; + }; + }; git-hooks = { url = "github:cachix/git-hooks.nix"; inputs = { @@ -54,6 +60,7 @@ nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; treefmt-nix.follows = "treefmt-nix"; + nix-github-actions.follows = "nix-github-actions"; }; }; flake-parts = { @@ -81,8 +88,10 @@ url = "github:lovesegfault/beautysh"; inputs = { nixpkgs.follows = "nixpkgs"; - poetry2nix.follows = "poetry2nix"; - utils.follows = "flake-utils"; + flake-parts.follows = "flake-parts"; + git-hooks-nix.follows = "git-hooks"; + treefmt-nix.follows = "treefmt-nix"; + nix-github-actions.follows = "nix-github-actions"; }; }; devshell = { |
