From 1be09af058424219de2aad4b9cc27ccf760d23f6 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 1 Mar 2026 19:57:16 +0100 Subject: ... --- flake.nix | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9a10528..8f4e2fb 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,11 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + nur = { + url = "github:nix-community/NUR"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -66,11 +71,19 @@ }; outputs = - { self, nixpkgs, ... }@inputs: + { + self, + nixpkgs, + nur, + ... + }@inputs: let system = "x86_64-linux"; - pkgs = import nixpkgs { inherit system; }; - scripts = import ./scripts { inherit pkgs; }; + pkgs = import nixpkgs { + inherit system; + overlays = [ nur.overlays.default ]; + }; + scripts = import ./scripts; mkHost = { hostname, -- cgit v1.3