summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 6773582..66fee10 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,8 +12,6 @@
outputs = { self, nixpkgs, nixpkgs-unstable, nix, nixos-hardware, home-manager }:
let
- system = "x86_64-linux";
-
pkgs-module = {config, ...}:
let
cfg = config.nixpkgs;