non important commit

This commit is contained in:
maxstrb 2026-01-17 00:14:14 +01:00
parent f8f4d55023
commit 28abb9cb14
2 changed files with 23 additions and 20 deletions

37
flake.lock generated
View file

@ -307,6 +307,22 @@
"type": "github"
}
},
"nixpkgs-nvf": {
"locked": {
"lastModified": 1766902085,
"narHash": "sha256-coBu0ONtFzlwwVBzmjacUQwj3G+lybcZ1oeNSQkgC0M=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c0b0e0fddf73fd517c3471e546c0df87a42d53f4",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c0b0e0fddf73fd517c3471e546c0df87a42d53f4",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1764242076,
@ -323,22 +339,6 @@
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1768456270,
"narHash": "sha256-NgaL2CCiUR6nsqUIY4yxkzz07iQUlUCany44CFv+OxY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f4606b01b39e09065df37905a2133905246db9ed",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"inputs": {
"flake-parts": [
@ -370,7 +370,9 @@
"flake-parts": "flake-parts",
"mnw": "mnw",
"ndg": "ndg",
"nixpkgs": "nixpkgs_3",
"nixpkgs": [
"nixpkgs-nvf"
],
"systems": "systems"
},
"locked": {
@ -394,6 +396,7 @@
"hexecute": "hexecute",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-nvf": "nixpkgs-nvf",
"nvf": "nvf",
"stylix": "stylix",
"zen-browser": "zen-browser"

View file

@ -3,12 +3,12 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-nvf.url = "github:nixos/nixpkgs/c0b0e0fddf73fd517c3471e546c0df87a42d53f4";
nvf = {
url = "github:notashelf/nvf/v0.8";
inputs.nixpkgs.follows = "nixpkgs-nvf";
url = "github:notashelf/nvf/007f14a2c8d67568f4655654b401871920d73011";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";