summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-15 18:40:40 -0400
committerseth <[email protected]>2023-05-15 18:40:40 -0400
commit3b728102b6ddba56f9b0c771695748500bb3bdf1 (patch)
treeb1120bf88b6819b13b33b08fe6ec7f1f7170d0ec /flake.nix
parent7d066e28c28b4ae6f9ba865290003e8ceb44be78 (diff)
remove nil input/overlay
latest snapshot has been merged into nixos-unstable
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 0cca7a5..d9dab8e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -63,12 +63,6 @@
inputs.flake-parts.follows = "flake-parts";
inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks";
};
- # TODO: remove this when nil is updated in nixpkgs-unstable
- nil = {
- url = "github:oxalica/nil";
- inputs.nixpkgs.follows = "nixpkgsUnstable";
- inputs.flake-utils.follows = "flake-utils";
- };
nixinate = {
url = "github:MatthewCroughan/nixinate";
inputs.nixpkgs.follows = "nixpkgsUnstable";