updates nixpkgs

This commit is contained in:
Vivian 2022-10-03 10:44:16 +02:00
parent f55f187d08
commit a39e8fc5d6
2 changed files with 12 additions and 9 deletions

View file

@ -420,11 +420,11 @@
"utils": "utils_3" "utils": "utils_3"
}, },
"locked": { "locked": {
"lastModified": 1664573442, "lastModified": 1664783440,
"narHash": "sha256-AovlSIuJfMf8n9QLNUVtsCul+NVHIoen7APH2fLls3k=", "narHash": "sha256-KlMwR7mUf5h8MPnzV7nGFUAt6ih/euW5xgvZ5x+hwvI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a7f0cc2d7b271b4a5df9b9e351d556c172f7e903", "rev": "e4e639dd4dc3e431aa5b5f95325f9a66ac7e0dd9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -550,11 +550,11 @@
"utils": "utils_5" "utils": "utils_5"
}, },
"locked": { "locked": {
"lastModified": 1664504390, "lastModified": 1664765798,
"narHash": "sha256-H7p9P2oxLiPYCYpbFFkECJ95+dwR0g83rYJJhYIbo/E=", "narHash": "sha256-HZEGfxLtLCV41Psqv0FWC5UUfer7sdf3GdPYFm8a6KM=",
"owner": "jyooru", "owner": "jyooru",
"repo": "nix-minecraft-servers", "repo": "nix-minecraft-servers",
"rev": "d3eed15d776fe50786913047f0764efd917ea351", "rev": "0dc1831548a56855d3643523d27f0ac7a3bf8b73",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -698,11 +698,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1664708903, "lastModified": 1664786530,
"narHash": "sha256-JxJNpWBIvtO1RX4ENW2aKgmyCIr0CwxcxQNxc+NGqv4=", "narHash": "sha256-lRMdQ0jjbTIyYLB393GFJYhksYeWU6PFmND4MTVhbtE=",
"owner": "NULLx76", "owner": "NULLx76",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "325d5202f74b9feea0ab59a3fce1076dd0f36298", "rev": "a5a98d7024334992a91c68d818248fba5dc24574",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -30,6 +30,9 @@
"Pikachu 5G" = { "Pikachu 5G" = {
psk = "@PIKACHU_PASSWORD@"; psk = "@PIKACHU_PASSWORD@";
}; };
"sha256('yeet')" = {
psk = "@SHA256_PASSWORD@";
};
}; };
}; };