go back to the master branch

This commit is contained in:
Noa Aarts 2025-04-30 21:04:51 +02:00
parent d8c36f8e69
commit 2b42efeb9f
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -1338,16 +1338,16 @@
},
"nixpkgs_8": {
"locked": {
"lastModified": 1745998881,
"narHash": "sha256-vonyYAKJSlsX4n9GCsS0pHxR6yCrfqBIuGvANlkwG6U=",
"lastModified": 1746039327,
"narHash": "sha256-fA0IIGBBRTYt8hpydED916uFzTVpy7zl9VViFE15xj0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "423d2df5b04b4ee7688c3d71396e872afa236a89",
"rev": "f4b07de37b4cd5c7d0ffdf6447efcc01f0a90596",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "Nixos config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/master";
# nixpkgs.url = "/home/noa/Documents/programming/nixpkgs";
nix-colors = {