summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix17
1 files changed, 1 insertions, 16 deletions
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 =
{