From 11d05469368ecfe533c7720e7f5b624f2f8f19fc Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 7 Mar 2026 22:27:05 +0100 Subject: ... --- flake.nix | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8f4e2fb..bb957f7 100644 --- a/flake.nix +++ b/flake.nix @@ -9,11 +9,6 @@ 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"; @@ -71,18 +66,8 @@ }; outputs = - { - self, - nixpkgs, - nur, - ... - }@inputs: + { self, nixpkgs, ... }@inputs: let - system = "x86_64-linux"; - pkgs = import nixpkgs { - inherit system; - overlays = [ nur.overlays.default ]; - }; scripts = import ./scripts; mkHost = { -- cgit v1.3