nixos-unstable maybe?

This commit is contained in:
Noa Aarts 2025-09-01 22:33:33 +02:00
parent 2a8fdd9f0a
commit c6dad32c47
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -942,16 +942,16 @@
}, },
"nixpkgs_7": { "nixpkgs_7": {
"locked": { "locked": {
"lastModified": 1756606102, "lastModified": 1756542300,
"narHash": "sha256-3rwd19d0GY0N39MYFzK2y5Gr3YiO+8uHHDfrXEk3bAA=", "narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "eb60a3b59a8926b4d70580cb93756c85f588b3c2", "rev": "d7600c775f877cd87b4f5a831c28aa94137377aa",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "eb60a3b", "ref": "nixos-unstable",
"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/eb60a3b"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# nix based ssg # nix based ssg
nixsg.url = "github:itepastra/nixsg/no-md-parser"; nixsg.url = "github:itepastra/nixsg/no-md-parser";