Compare commits

...

2 Commits

Author SHA1 Message Date
jay
787492cb9f Fix adding nero-umu from unstable. 2025-07-19 19:28:09 -04:00
jay
4b59f6a4d7 Add nixpkgs-unstable. 2025-07-19 19:27:53 -04:00
3 changed files with 11 additions and 8 deletions

11
flake.lock generated
View File

@@ -549,7 +549,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-unstable-nixos": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1752900028, "lastModified": 1752900028,
"narHash": "sha256-dPALCtmik9Wr14MGqVXm+OQcv7vhPBXcWNIOThGnB/Q=", "narHash": "sha256-dPALCtmik9Wr14MGqVXm+OQcv7vhPBXcWNIOThGnB/Q=",
@@ -588,15 +588,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1752926550, "lastModified": 1751773294,
"narHash": "sha256-ueLoy/+iEWji4gSkUa31Me/Qxes4Iq5fCWieU3WhLwQ=", "narHash": "sha256-7SOb5tc8FARZHUBr8HeCO5016lpiG+S1qugQQdXzF/w=",
"owner": "hgl", "owner": "hgl",
"repo": "nixverse", "repo": "nixverse",
"rev": "9052dd42c579657cd89a8c26316424cd77488ace", "rev": "084a07f43829857fc760e70212c497d2f40eaa3c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hgl", "owner": "hgl",
"ref": "084a07f43829857fc760e70212c497d2f40eaa3c",
"repo": "nixverse", "repo": "nixverse",
"type": "github" "type": "github"
} }
@@ -638,7 +639,7 @@
"nixos-hardware-stable-nixos": "nixos-hardware-stable-nixos", "nixos-hardware-stable-nixos": "nixos-hardware-stable-nixos",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"nixpkgs-stable-nixos": "nixpkgs-stable-nixos", "nixpkgs-stable-nixos": "nixpkgs-stable-nixos",
"nixpkgs-unstable-nixos": "nixpkgs-unstable-nixos", "nixpkgs-unstable": "nixpkgs-unstable",
"nixverse": "nixverse", "nixverse": "nixverse",
"sops-nix-stable-nixos": "sops-nix-stable-nixos", "sops-nix-stable-nixos": "sops-nix-stable-nixos",
"stylix-stable-nixos": "stylix-stable-nixos", "stylix-stable-nixos": "stylix-stable-nixos",

View File

@@ -2,9 +2,11 @@
inputs = { inputs = {
self.submodules = true; self.submodules = true;
nixpkgs-stable-nixos.url = "github:nixos/nixpkgs/nixos-25.05"; nixpkgs-stable-nixos.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs-unstable-nixos.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixverse = { nixverse = {
url = "github:hgl/nixverse"; url = "github:hgl/nixverse?ref=084a07f43829857fc760e70212c497d2f40eaa3c";
inputs.nixpkgs.follows = "nixpkgs-stable-nixos"; inputs.nixpkgs.follows = "nixpkgs-stable-nixos";
}; };

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: { { pkgs, pkgs-unstable, ... }: {
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = [ environment.systemPackages = [