mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
remove dead code with deadnix
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
inputs.nixpkgs.follows = "haskellNix/nixpkgs-unstable";
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, haskellNix }:
|
||||
outputs = { nixpkgs, flake-utils, haskellNix }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
overlay = self: _: {
|
||||
|
Reference in New Issue
Block a user