diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-01 06:44:00 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-01 06:44:00 +0100 |
commit | 941f0d4ccb688d42c0438e05051ed78a410431b6 (patch) | |
tree | ecde927039527ca252e77fd3943e8e36de9ce7a9 /default.nix | |
parent | c8ab97e77c8ab56b9835d9f260dc222a10e9b3c6 (diff) |
chore: pin nixpkgs to nixos-23.05
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 758626b..a7b5672 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -{ pkgs ? import <nixpkgs> { +{ pkgs ? import (import ./nix/sources.nix).nixpkgs { overlays = [ (self: super: { tree-sitter = super.tree-sitter.overrideAttrs (oldAttrs: { |