i forgot nix profile install exists

This commit is contained in:
Mars 2024-09-29 15:34:16 -04:00
parent 882286bb39
commit 36cb2963d8
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
4 changed files with 10 additions and 31 deletions

View file

@ -22,7 +22,6 @@
in { in {
agenix = mkInput "ryantm/agenix"; agenix = mkInput "ryantm/agenix";
catppuccin = mkInput "catppuccin/nix"; catppuccin = mkInput "catppuccin/nix";
cider = mkInput "input-output-hk/empty-flake";
chaotic = mkInput "chaotic-cx/nyx/nyxpkgs-unstable"; chaotic = mkInput "chaotic-cx/nyx/nyxpkgs-unstable";
emacs = mkCustomUrl "git+https://git.pupbrained.xyz/pupbrained/nixmacs.git"; emacs = mkCustomUrl "git+https://git.pupbrained.xyz/pupbrained/nixmacs.git";
hyprland = mkWithSubmodules "https://github.com/hyprwm/Hyprland"; hyprland = mkWithSubmodules "https://github.com/hyprwm/Hyprland";

View file

@ -108,21 +108,6 @@
"type": "github" "type": "github"
} }
}, },
"cider": {
"locked": {
"lastModified": 1630400035,
"narHash": "sha256-MWaVOCzuFwp09wZIW9iHq5wWen5C69I940N1swZLEQ0=",
"owner": "input-output-hk",
"repo": "empty-flake",
"rev": "2040a05b67bf9a669ce17eca56beb14b4206a99a",
"type": "github"
},
"original": {
"owner": "input-output-hk",
"repo": "empty-flake",
"type": "github"
}
},
"codeium": { "codeium": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_4", "flake-utils": "flake-utils_4",
@ -238,11 +223,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1727629398, "lastModified": 1727636110,
"narHash": "sha256-nW2jhQzo8Zl7bUwMnXl27RYGgyiYQv8qvL2sQf8EgxA=", "narHash": "sha256-sHhL5Xqq9rjOO128N7S+iNHx73GJWi0RmQIBGJLVHhU=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "0181011b5bbef02e0006733c6695b9240de44474", "rev": "3964f717d0aee41676a3138c05a3fd3c7d14c843",
"revCount": 21, "revCount": 22,
"type": "git", "type": "git",
"url": "https://git.pupbrained.xyz/pupbrained/nixmacs.git" "url": "https://git.pupbrained.xyz/pupbrained/nixmacs.git"
}, },
@ -1389,10 +1374,9 @@
}, },
"nixpkgs_15": { "nixpkgs_15": {
"locked": { "locked": {
"lastModified": 1726937504, "lastModified": 0,
"narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=", "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"path": "/nix/store/y6205wq8hxvpqvl8l9d1n9xah01kg0lq-source", "path": "/nix/store/fpivx4sjcp2vk4rp9nhliln5cwcp3kc6-source",
"rev": "9357f4f23713673f310988025d9dc261c20e70c6",
"type": "path" "type": "path"
}, },
"original": { "original": {
@ -1416,10 +1400,9 @@
}, },
"nixpkgs_17": { "nixpkgs_17": {
"locked": { "locked": {
"lastModified": 1726937504, "lastModified": 0,
"narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=", "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"path": "/nix/store/y6205wq8hxvpqvl8l9d1n9xah01kg0lq-source", "path": "/nix/store/fpivx4sjcp2vk4rp9nhliln5cwcp3kc6-source",
"rev": "9357f4f23713673f310988025d9dc261c20e70c6",
"type": "path" "type": "path"
}, },
"original": { "original": {
@ -1679,7 +1662,6 @@
"agenix": "agenix", "agenix": "agenix",
"catppuccin": "catppuccin", "catppuccin": "catppuccin",
"chaotic": "chaotic", "chaotic": "chaotic",
"cider": "cider",
"cosmic": "cosmic", "cosmic": "cosmic",
"darwin": "darwin_2", "darwin": "darwin_2",
"emacs": "emacs", "emacs": "emacs",

View file

@ -4,7 +4,6 @@
agenix.url = "github:ryantm/agenix"; agenix.url = "github:ryantm/agenix";
catppuccin.url = "github:catppuccin/nix"; catppuccin.url = "github:catppuccin/nix";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
cider.url = "github:input-output-hk/empty-flake";
cosmic = { cosmic = {
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
url = "github:lilyinstarlight/nixos-cosmic"; url = "github:lilyinstarlight/nixos-cosmic";

View file

@ -149,7 +149,6 @@ in {
idea-ultimate idea-ultimate
]) ])
++ (with inputs; [ ++ (with inputs; [
cider.packages.${pkgs.system}.default
nixvim.packages.${pkgs.system}.default nixvim.packages.${pkgs.system}.default
zen-browser.packages.${pkgs.system}.specific zen-browser.packages.${pkgs.system}.specific
chaotic.packages.${pkgs.system}.distrobox_git chaotic.packages.${pkgs.system}.distrobox_git