fix: nixpkgs after 16 aug not working, had to use nvidia open

This commit is contained in:
Noa Aarts 2024-09-28 14:32:51 +02:00
parent 3927a4e96b
commit 2d1b4be5e2
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 7 additions and 8 deletions

View file

@ -2,8 +2,8 @@
description = "Nixos config flake";
inputs = {
# nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs.url = "github:nixos/nixpkgs/d6725bb4e318c25f5d6f909cad7ea3e7688ab238";
nixpkgs.url = "github:nixos/nixpkgs/master";
# nixpkgs.url = "github:nixos/nixpkgs/d6725bb4e318c25f5d6f909cad7ea3e7688ab238";
nix-colors = {
url = "github:itepastra/nix-colors";