set actual github repo for nixpkgs

This commit is contained in:
xenofem 2024-05-09 18:56:54 -04:00
parent f42cc7b10e
commit 077a3c18f0
2 changed files with 12 additions and 7 deletions

View file

@ -2,15 +2,18 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1713297878, "lastModified": 1715087517,
"narHash": "sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi+XNaBN6h49SPqEc=", "narHash": "sha256-CLU5Tsg24Ke4+7sH8azHWXKd0CFd4mhLWfhYgUiDBpQ=",
"path": "/nix/store/6bf943g0mlhymyffs9dflzgc78r93s60-source", "owner": "NixOS",
"rev": "66adc1e47f8784803f2deb6cacd5e07264ec2d5c", "repo": "nixpkgs",
"type": "path" "rev": "b211b392b8486ee79df6cdfb1157ad2133427a29",
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"type": "indirect" "ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View file

@ -1,6 +1,8 @@
{ {
description = "Actual budget app"; description = "Actual budget app";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { self, nixpkgs }: let outputs = { self, nixpkgs }: let
pkgs = import nixpkgs { pkgs = import nixpkgs {
system = "x86_64-linux"; system = "x86_64-linux";