summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-10-01 18:16:03 +0200
committerLinnnus <[email protected]>2023-10-01 18:16:03 +0200
commit7451c6a93b42ad1ae4a1a95664c2d8a6bdb11f72 (patch)
tree73357ed8a6ac266339392b11639714b1aa60a261 /flake.nix
parentd7fc02342227fbd442f47e27fa12a42ff7998cd5 (diff)
Remove special 'self' argument
This can be accessed through flakeInputs anyways.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 808b47e..244abfe 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,7 +24,6 @@
outputs = { self, nixpkgs, home-manager, nix-darwin, agenix, ... }@inputs:
let
args = {
- inherit self;
flakeInputs = inputs;
metadata = nixpkgs.lib.importTOML ./metadata.toml;
};