feat: screw it, unstable nixos

Changed files
+5 -5
+4 -4
flake.lock
···
},
"nixpkgs_2": {
"locked": {
-
"lastModified": 1692698134,
-
"narHash": "sha256-YtMmZWR/dlTypOcwiZfZTMPr3tj9fwr05QTStfSyDSg=",
+
"lastModified": 1693132110,
+
"narHash": "sha256-ahPwRIAmbpBfJZohNlXs173MXo5VB6cjzsOnkRfR/CA=",
"owner": "NixOS",
"repo": "nixpkgs",
-
"rev": "a16f7eb56e88c8985fcc6eb81dabd6cade4e425a",
+
"rev": "987e3230eea10b9bf80f0f20c140b36bdf5e52b0",
"type": "github"
},
"original": {
"id": "nixpkgs",
-
"ref": "nixos-23.05",
+
"ref": "master",
"type": "indirect"
}
},
+1 -1
flake.nix
···
description = "Gensokyo system configurations";
inputs = {
-
nixpkgs.url = "nixpkgs/nixos-23.05";
+
nixpkgs.url = "nixpkgs/master";
home-manager = {
url = "github:nix-community/home-manager/release-23.05";