diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-31 22:48:40 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-31 22:48:40 -0500 |
commit | 868275717d15f0438675561ef85150ab7b562cd7 (patch) | |
tree | c070335e64f3fa3dca9433df0a538f0d92bc8b3c /flake.nix | |
parent | nix package/config updates, ruby on nix current (diff) |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ { description = "sisu parser & document generator"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # "github:nixos/nixpkgs"; # "github:NixOS/nixpkgs/nixpkgs-unstable"; "nixpkgs/nixos-unstable"; "nixpkgs/nixos-21.11"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; outputs = { self, nixpkgs, @@ -201,7 +201,7 @@ ]; inherit shellHook; }; - #default = import ./shell.nix {inherit pkgs;}; - }); + #default = import ./shell.nix { inherit pkgs; }; + }); }; } |