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": { "nixpkgs_8": {
"locked": { "locked": {
"lastModified": 1745998881, "lastModified": 1746039327,
"narHash": "sha256-vonyYAKJSlsX4n9GCsS0pHxR6yCrfqBIuGvANlkwG6U=", "narHash": "sha256-fA0IIGBBRTYt8hpydED916uFzTVpy7zl9VViFE15xj0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "423d2df5b04b4ee7688c3d71396e872afa236a89", "rev": "f4b07de37b4cd5c7d0ffdf6447efcc01f0a90596",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixpkgs-unstable", "ref": "master",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

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