diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-04-15 22:58:26 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-04-15 22:58:26 +0200 |
| commit | 38316484320a722cdacde91bc7f721fe20e1389b (patch) | |
| tree | e364783133abb5fdf966c3defe1b1b4c2fcd84fa | |
| parent | 39b0f618f3819b4603c1b9e24ca85148e4f55f24 (diff) | |
| download | nix-infra-38316484320a722cdacde91bc7f721fe20e1389b.tar.gz nix-infra-38316484320a722cdacde91bc7f721fe20e1389b.tar.bz2 nix-infra-38316484320a722cdacde91bc7f721fe20e1389b.zip | |
snapshot: Di 15. Apr 22:58:26 CEST 2025
| -rw-r--r-- | flake.lock | 21 | ||||
| -rw-r--r-- | flake.nix | 9 | ||||
| -rw-r--r-- | srv/hadante/configuration.nix | 5 |
3 files changed, 30 insertions, 5 deletions
@@ -138,6 +138,26 @@ "type": "github" } }, + "nix-index-database": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1744518957, + "narHash": "sha256-RLBSWQfTL0v+7uyskC5kP6slLK1jvIuhaAh8QvB75m4=", + "owner": "nix-community", + "repo": "nix-index-database", + "rev": "4fc9ea78c962904f4ea11046f3db37c62e8a02fd", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-index-database", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1744463964, @@ -202,6 +222,7 @@ "disko": "disko", "flake-utils": "flake-utils", "lanzaboote": "lanzaboote", + "nix-index-database": "nix-index-database", "nixpkgs": "nixpkgs" } }, @@ -16,11 +16,19 @@ url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; }; + + nix-index-database = { + url = "github:nix-community/nix-index-database"; + inputs.nixpkgs.follows = "nixpkgs"; + + }; + }; outputs = inputs@{ self, nixpkgs, + nix-index-database, lanzaboote, flake-utils, ... @@ -33,6 +41,7 @@ modules = [ ./srv/hadante/configuration.nix lanzaboote.nixosModules.lanzaboote + nix-index-database.nixosModules.nix-index ( { pkgs, lib, ... }: { diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index a073d9a..948efd2 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -169,12 +169,7 @@ sbctl - grim wl-clipboard - imagemagick - slurp - swayimg - shutter jetbrains.idea-ultimate |
