merge me up scotty

This commit is contained in:
Anthony Cicchetti 2024-01-24 09:48:12 -05:00
parent d789f77f83
commit 0e6a0df19d
2 changed files with 18 additions and 18 deletions

View file

@ -318,11 +318,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705708511, "lastModified": 1706080884,
"narHash": "sha256-3f4BkRY70Fj7yvuo87c4QQPAjnt571g2wJ50jY7hnYc=", "narHash": "sha256-qhxisCrSraN5YWVb0lNCFH8ovqnCw5W9ldac4Dzr0Nw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ce4b88c465d928f4f8b75d0920f1788d5b65ca94", "rev": "6b28ab2d798c1c84e24053d95f4ee1dd9d81e2fb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -460,11 +460,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705282324, "lastModified": 1705806513,
"narHash": "sha256-LnURMA7yCM5t7et9O2+2YfGQh0FKAfE5GyahNDDzJVM=", "narHash": "sha256-FcOmNjhHFfPz2udZbRpZ1sfyhVMr+C2O8kOxPj+HDDk=",
"owner": "Mic92", "owner": "Mic92",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "49aaeecf41ae0a0944e2c627cb515bcde428a1d1", "rev": "f8e04fbcebcc24cebc91989981bd45f69b963ed7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -505,11 +505,11 @@
"nmt": "nmt" "nmt": "nmt"
}, },
"locked": { "locked": {
"lastModified": 1705702328, "lastModified": 1705918116,
"narHash": "sha256-yDPcAUzGlQ4e7JKHVligTUpXcB2X18QNOrA5pzmeus0=", "narHash": "sha256-qh3mGgUQVXJ9zqDXghLJRm14IQ0CBqJsSYnUh0Ct9Mk=",
"owner": "nixneovim", "owner": "nixneovim",
"repo": "nixneovim", "repo": "nixneovim",
"rev": "30e3b1854039a16d8fd08a1ed3f5aaf6c114060e", "rev": "3415084a406e95376f6f3d97fbc660d9925d88ee",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -531,11 +531,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1705344848, "lastModified": 1705747749,
"narHash": "sha256-Ns//Yrqug/OmupDUS4ue1tTvv4/UmLtY9oI6dIeWcMM=", "narHash": "sha256-HEqOYeZolq/YPKzVpBw+3nsqOiwSV9nfk6YaFdM+XRU=",
"owner": "nixneovim", "owner": "nixneovim",
"repo": "nixneovimplugins", "repo": "nixneovimplugins",
"rev": "1054b77f33b54727082fb17170ce91d121b8a496", "rev": "b038f16a6908d10e53b7e1cb1e4975e8106e61b0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -593,15 +593,15 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1705713438, "lastModified": 1706107273,
"narHash": "sha256-xz0Fh1HiFVHxMzyH6BGeedBsjfwlYuVeisPJzWjBhR4=", "narHash": "sha256-5Lx0tc5wBQAqSRdIill3sc4Kba8I7eX3ve5CM6+vPhE=",
"owner": "NixOS", "owner": "nixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9e98fce0c5c0ff04d0f5f577af3d03890789103f", "rev": "552a10f4bd3e1c9b940d51cbba424df34fbd6140",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "nixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -3,7 +3,7 @@
inputs = { inputs = {
# Specify the source of Home Manager and Nixpkgs. # Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:NixOS/nixpkgs"; nixpkgs.url = "github:nixOS/nixpkgs";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";