Move to unstable nixpkgs

This commit is contained in:
ItsDrike 2024-02-24 21:48:01 +01:00
parent 28c0fc3b56
commit 0831e84277
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 5 additions and 7 deletions

View file

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1708440434, "lastModified": 1708655239,
"narHash": "sha256-XY+B9mbhL/i+Q6fP6gBQ6P76rv9rWtpjQiUJ+DGtaUg=", "narHash": "sha256-ZrP/yACUvDB+zbqYJsln4iwotbH6CTZiTkANJ0AgDv4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "526d051b128b82ae045a70e5ff1adf8e6dafa560", "rev": "cbc4211f0afffe6dfd2478a62615dd5175a13f9a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-23.11", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -25,4 +25,3 @@
"root": "root", "root": "root",
"version": 7 "version": 7
} }

View file

@ -2,8 +2,7 @@
description = "ItsDrike's NixOS configuration"; description = "ItsDrike's NixOS configuration";
inputs = { inputs = {
# the version here should match your system.stateVersion in configuration.nix nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
}; };
outputs = { self, nixpkgs, ...} @ inputs: { outputs = { self, nixpkgs, ...} @ inputs: {