diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2021-03-07 15:55:47 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2021-03-07 15:55:47 -0500 |
| commit | 6a6962bd245da74ffb7a53769c390eb0a8dd5124 (patch) | |
| tree | 21c2e93a52774161639874ffbb123a158412abe1 | |
| parent | 98e5afca01f5649d9a1b9f48567563676c16104a (diff) | |
Remove dead code
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |
