diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-03-16 11:37:36 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-03-16 11:37:40 -0400 | 
| commit | 667fcd40b6d2905bdfb33d3bcf58a35bd7ce029c (patch) | |
| tree | 300b12130c0c4455f37934b7f0145e22368625dd /flake.nix | |
| parent | nix flake & build, temp. remove gdc (diff) | |
org & nix flake, mod for local dev (D related)
- for local dev using newer versions of things D
  related
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@  {    description                  = "a sisu like 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";    inputs.flake-utils.url       = "github:numtide/flake-utils";    outputs = { self, nixpkgs, flake-utils } @inputs:      let | 
