diff options
| author | seth <[email protected]> | 2023-05-15 18:40:40 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-15 18:40:40 -0400 |
| commit | 3b728102b6ddba56f9b0c771695748500bb3bdf1 (patch) | |
| tree | b1120bf88b6819b13b33b08fe6ec7f1f7170d0ec /flake.nix | |
| parent | 7d066e28c28b4ae6f9ba865290003e8ceb44be78 (diff) | |
remove nil input/overlay
latest snapshot has been merged into nixos-unstable
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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"; |
