Change default nixpkgs back to <nixpkgs>

main
Carsten Kragelund 2023-05-07 19:46:46 +02:00
parent 04dfab9597
commit 4a98999cf2
Signed by: nyx
GPG Key ID: CADDADEEC9F753C0
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@
# commands such as:
# nix-build -A mypackage
{ pkgs ? import <unstable> { }
{ pkgs ? import <nixpkgs> { }
, system ? builtins.currentSystem
, mach-nixpkgs ? import (builtins.fetchTarball "https://github.com/nixos/nixpkgs/archive/9fd0585f7dc9b85eb5d426396004cc649261e60d.tar.gz") {}
, mach-nix ? import (builtins.fetchTarball "https://github.com/davhau/mach-nix/archive/6cd3929b1561c3eef68f5fc6a08b57cf95c41ec1.tar.gz") {