diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-22 20:50:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-22 21:35:06 +0900 |
| commit | de9093bf6a8a3982c6b2f25bc5fa529c9b89f4b2 (patch) | |
| tree | 8cd297aaf327cf8a5a4f130ac20cf051e944657e /flake.nix | |
| parent | 272dc62d4403202ff93d1e212b9c7a8fbee43074 (diff) | |
| download | dotfiles-de9093bf6a8a3982c6b2f25bc5fa529c9b89f4b2.tar.gz dotfiles-de9093bf6a8a3982c6b2f25bc5fa529c9b89f4b2.tar.zst dotfiles-de9093bf6a8a3982c6b2f25bc5fa529c9b89f4b2.zip | |
nix: update flake
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,9 +3,6 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - # TODO - # nixpkgs#deno in nixpkgs-unstable branch is broken for now. - nixpkgs_deno.url = "github:NixOS/nixpkgs/1b36b17a09686ff51e2944334da1cf308fa81e48"; flake-utils.url = "github:numtide/flake-utils"; @@ -28,7 +25,6 @@ outputs = { nixpkgs, - nixpkgs_deno, flake-utils, treefmt-nix, nur-packages, @@ -58,7 +54,6 @@ home-manager.lib.homeManagerConfiguration { pkgs = import nixpkgs { system = flake.system; }; extraSpecialArgs = { - nixpkgs_deno = import nixpkgs_deno { system = flake.system; }; env = flake.env; nurpkgs = nur-packages.legacyPackages.${flake.system}; }; |
