update nixpkgs to specific version for now
This commit is contained in:
parent
573ad0a3ad
commit
ddcdbda418
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# Nixpkgs
|
# Nixpkgs
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/51190abf6296e61da41a11204212c5c893e52462";
|
||||||
|
|
||||||
nixpkgs-edge.url = "nixpkgs/master"; # Only used for bleeding edge packages
|
nixpkgs-edge.url = "nixpkgs/master"; # Only used for bleeding edge packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue